Property | Type | Description | |
---|---|---|---|
DEFAULT_QUERY_EXPANSION | int |
Property | Type | Description | |
---|---|---|---|
H | ushort[] | ||
Seq | Sequence |
Method | Description | |
---|---|---|
Build ( MetricDB db, int sampleSize, SequenceBuilder seq_builder = null, object>.Func |
||
ComputeHash ( object u ) : int | ||
GetCandidates ( int hash, HashSet |
||
GetSeq ( ) : Sequence | ||
LSC ( ) : System |
Constructor
|
|
Load ( |
||
Save ( |
||
SearchKNN ( object q, int K, IResult R ) : IResult | ||
SearchKNNExpansion ( object q, IResult R, int expansion ) : void |
public Build ( MetricDB db, int sampleSize, SequenceBuilder seq_builder = null, object>.Func |
||
db | MetricDB | |
sampleSize | int | |
seq_builder | SequenceBuilder | |
get_item | object>.Func | |
return | void |
public abstract ComputeHash ( object u ) : int | ||
u | object | |
return | int |
public GetCandidates ( int hash, HashSet |
||
hash | int | |
cand | HashSet |
|
expansion | int | |
return | void |
public Load ( |
||
Input | ||
return | void |
public Save ( |
||
Output | ||
return | void |
public SearchKNN ( object q, int K, IResult R ) : IResult | ||
q | object | |
K | int | |
R | IResult | |
return | IResult |
public SearchKNNExpansion ( object q, IResult R, int expansion ) : void | ||
q | object | |
R | IResult | |
expansion | int | |
return | void |
public static int DEFAULT_QUERY_EXPANSION | ||
return | int |