C# Class natix.SimilaritySearch.StringLevenshteinSpace

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

Méthodes publiques

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

Wrapper to the real string distance

StringLevenshteinSpace ( ) : 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

StringLevenshteinSpace() public méthode

Constructor
public StringLevenshteinSpace ( ) : System
Résultat System