Property | Type | Description | |
---|---|---|---|
SampleSize | int |
Method | Description | |
---|---|---|
ApproxGraphHSP ( ) : System | ||
ApproxGraphHSP ( ApproxGraph ag, int sample_size ) : System | ||
Build ( MetricDB db, short arity, short repeat_search, int sample_size ) : void | ||
Load ( |
||
Save ( |
||
SearchKNN ( object q, int K, IResult final_result ) : IResult |
public ApproxGraphHSP ( ApproxGraph ag, int sample_size ) : System | ||
ag | ApproxGraph | |
sample_size | int | |
return | System |
public Build ( MetricDB db, short arity, short repeat_search, int sample_size ) : void | ||
db | MetricDB | |
arity | short | |
repeat_search | short | |
sample_size | int | |
return | void |
public Load ( |
||
Input | ||
return | void |
public Save ( |
||
Output | ||
return | void |
public SearchKNN ( object q, int K, IResult final_result ) : IResult | ||
q | object | |
K | int | |
final_result | IResult | |
return | IResult |