C# Class natix.SimilaritySearch.StringPrefixLengthSpace

String space
Inheritance: StringSpace
Afficher le fichier Open project: sadit/natix

Méthodes publiques

Méthode Description
Dist ( object a, object b ) : double

Wrapper to the real string distance

StringPrefixLengthSpace ( ) : System

Constructor

Method Details

Dist() public méthode

Wrapper to the real string distance
public Dist ( object a, object b ) : double
a object
b object
Résultat double

StringPrefixLengthSpace() public méthode

Constructor
public StringPrefixLengthSpace ( ) : System
Résultat System