Method | Description | |
---|---|---|
Build ( MetricDB db, int neighbors ) : void | ||
LocalSearchRestarts ( ) : System | ||
LocalSearchRestarts ( |
||
SearchKNN ( object q, int K, IResult final_result ) : IResult |
Method | Description | |
---|---|---|
GreedySearch ( object q, int startID, HashSet |
public Build ( MetricDB db, int neighbors ) : void | ||
db | MetricDB | |
neighbors | int | |
return | void |
protected GreedySearch ( object q, int startID, HashSet |
||
q | object | |
startID | int | |
visited | HashSet |
|
res | IResult | |
return | void |
public LocalSearchRestarts ( |
||
a | ||
return | System |
public SearchKNN ( object q, int K, IResult final_result ) : IResult | ||
q | object | |
K | int | |
final_result | IResult | |
return | IResult |