C# Class natix.SimilaritySearch.StringPrefixLengthSpace

String space
Inheritance: StringSpace
Show file Open project: sadit/natix

Public Methods

Method Description
Dist ( object a, object b ) : double

Wrapper to the real string distance

StringPrefixLengthSpace ( ) : System

Constructor

Method Details

Dist() public method

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

StringPrefixLengthSpace() public method

Constructor
public StringPrefixLengthSpace ( ) : System
return System