Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
natix
SimilaritySearch
StringLevenshteinSpace
C# Class natix.SimilaritySearch.StringLevenshteinSpace
String space
Inheritance:
StringSpace
Datei anzeigen
Open project: sadit/natix
Class Usage Examples
Public Methods
Method
Description
Dist
(
object
a
,
object
b
) :
double
Wrapper to the real string distance
StringLevenshteinSpace
( ) :
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
StringLevenshteinSpace()
public
method
Constructor
public
StringLevenshteinSpace
( ) :
System
return
System