C# Class natix.SimilaritySearch.QStringLCSSpace

String space
Inheritance: QStringSpace
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

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

QStringLCSSpace() public méthode

Constructor
public QStringLCSSpace ( ) : System
Résultat System