C# Class natix.SimilaritySearch.StringLCSSpace

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

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

StringLCSSpace() public méthode

Constructor
public StringLCSSpace ( ) : System
Résultat System