프로퍼티 | 타입 | 설명 | |
---|---|---|---|
seqs | List |
프로퍼티 | 타입 | 설명 | |
---|---|---|---|
numdist | long |
메소드 | 설명 | |
---|---|---|
Add ( object u ) : int | ||
Build ( string seqlist ) : void | ||
Build ( string outname, IList |
||
Dice ( string a, string b ) : double |
Hamming distance
|
|
Dist ( object a, object b ) : double |
Wrapper to the real string distance
|
|
Hamming ( string a, string b ) : double |
Hamming distance for Generic Datatype
|
|
Intersection ( string a, string b ) : double |
Knr Intersection distance
|
|
Jaccard ( string a, string b ) : double |
Jaccard's distance
|
|
LCS ( string a, string b ) : double |
LCS over Levenshtein
|
|
Levenshtein ( string a, string b ) : double |
Edit distance
|
|
Levenshtein ( string a, string b, byte inscost, byte delcost, byte repcost ) : int |
Levenshtein distance for generic datatype. It has customizable costs
|
|
LexicographicCompare ( string a, int aStart, int aEnd, string b, int bStart, int bEnd ) : int |
Compare to arrays lexicographically, returns an integer representing something like a - b
|
|
LexicographicCompare ( string a, string b ) : int |
lexicographic comparison, starting always at position 0 of every sequence
|
|
Load ( |
||
Parse ( string s ) : object |
Parse an string into the object representation
|
|
PrefixLength ( string a, string b ) : double |
Knr prefix length distance
|
|
Save ( |
||
StringSpace ( ) : System |
Constructor
|
|
this ( int docid ) : object |
Retrieves the object associated to object id docid
|
메소드 | 설명 | |
---|---|---|
minimum3 ( int a, int b, int c ) : int |
public static Hamming ( string a, string b ) : double | ||
a | string | |
b | string | |
리턴 | double |
public static Intersection ( string a, string b ) : double | ||
a | string | |
b | string | |
리턴 | double |
public static Jaccard ( string a, string b ) : double | ||
a | string | |
b | string | |
리턴 | double |
public static Levenshtein ( string a, string b ) : double | ||
a | string | |
b | string | |
리턴 | double |
public static Levenshtein ( string a, string b, byte inscost, byte delcost, byte repcost ) : int | ||
a | string | |
b | string | |
inscost | byte | |
delcost | byte | |
repcost | byte | |
리턴 | int |
public static LexicographicCompare ( string a, int aStart, int aEnd, string b, int bStart, int bEnd ) : int | ||
a | string | |
aStart | int | |
aEnd | int | |
b | string | |
bStart | int | |
bEnd | int | |
리턴 | int |
public static LexicographicCompare ( string a, string b ) : int | ||
a | string | |
b | string | |
리턴 | int |
public static PrefixLength ( string a, string b ) : double | ||
a | string | |
b | string | |
리턴 | double |