Property | Type | Description | |
---|---|---|---|
CopyQGramsOnAccess | bool | ||
ParseIntegers | bool | ||
Q | int | ||
TEXT | IList |
Property | Type | Description | |
---|---|---|---|
numdist | long |
Method | Description | |
---|---|---|
Add ( object a ) : int | ||
AsString ( IList |
||
AsString ( int docid ) : string | ||
Build ( string outname, IList |
||
Dice ( IList |
Hamming distance
|
|
Dist ( object a, object b ) : double |
Wrapper to the real string distance
|
|
GetQGram ( int docid, int qlen ) : IList |
||
Hamming ( IList |
Hamming distance for Generic Datatype
|
|
Intersection ( IList |
Knr Intersection distance
|
|
Jaccard ( IList |
Jaccard's distance
|
|
LCS ( IList |
LCS over Levenshtein
|
|
Levenshtein ( IList |
Edit distance
|
|
Levenshtein ( IList |
Levenshtein distance for generic datatype. It has customizable costs
|
|
LexicographicCompare ( IList |
lexicographic comparison, starting always at position 0 of every sequence
|
|
LexicographicCompare ( IList |
Compare to arrays lexicographically, returns an integer representing something like a - b
|
|
Load ( |
||
Parse ( string s ) : object |
Parse an string into the object representation
|
|
PrefixLength ( IList |
Knr prefix length distance
|
|
QStringSpace ( ) : System |
Constructor
|
|
Save ( |
||
this ( int docid ) : object |
Retrieves the object associated to object id docid
|
Method | Description | |
---|---|---|
minimum3 ( int a, int b, int c ) : int |
public Build ( string outname, IList |
||
outname | string | |
text | IList |
|
sigma | int | |
q | int | |
copy_on_access | bool | |
parse_integers | bool | |
list_builder | ListIBuilder | |
return | void |
public static Dice ( IList |
||
a | IList |
|
b | IList |
|
return | double |
public GetQGram ( int docid, int qlen ) : IList |
||
docid | int | |
qlen | int | |
return | IList |
public static Hamming ( IList |
||
a | IList |
|
b | IList |
|
return | double |
public static Intersection ( IList |
||
a | IList |
|
b | IList |
|
return | double |
public static Jaccard ( IList |
||
a | IList |
|
b | IList |
|
return | double |
public static LCS ( IList |
||
a | IList |
|
b | IList |
|
return | double |
public static Levenshtein ( IList |
||
a | IList |
|
b | IList |
|
return | double |
public static Levenshtein ( IList |
||
a | IList |
|
b | IList |
|
inscost | byte | |
delcost | byte | |
repcost | byte | |
return | int |
public static LexicographicCompare ( IList |
||
a | IList |
|
b | IList |
|
return | int |
public static LexicographicCompare ( IList |
||
a | IList |
|
aStart | int | |
aEnd | int | |
b | IList |
|
bStart | int | |
bEnd | int | |
return | int |
public Load ( |
||
Input | ||
return | void |
public static PrefixLength ( IList |
||
a | IList |
|
b | IList |
|
return | double |
public Save ( |
||
Output | ||
return | void |