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