Property | Type | Description | |
---|---|---|---|
SampleSize | int |
Method | Description | |
---|---|---|
ApproxGraphKNR ( ) : System | ||
ApproxGraphKNR ( ApproxGraph ag, int sample_size ) : System | ||
Build ( MetricDB db, short arity, short repeat_search, int sample_size ) : void | ||
GetStartingPoints ( object q, int num_starting_points ) : Result | ||
Load ( |
||
Save ( |
||
SearchKNN ( object q, int K, IResult final_result ) : IResult |
public ApproxGraphKNR ( 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 GetStartingPoints ( object q, int num_starting_points ) : Result | ||
q | object | |
num_starting_points | int | |
return | Result |
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 |