Property | Type | Description | |
---|---|---|---|
IDX | Index |
Method | Description | |
---|---|---|
Build ( Index idx ) : void | ||
Load ( |
||
PermutedIndex ( ) : System | ||
PermutedIndex ( Index idx ) : System | ||
Save ( |
||
SearchKNN ( object q, int knn, IResult res ) : IResult | ||
SearchRange ( object q, double radius ) : IResult |
public Load ( |
||
Input | ||
return | void |
public Save ( |
||
Output | ||
return | void |
public SearchKNN ( object q, int knn, IResult res ) : IResult | ||
q | object | |
knn | int | |
res | IResult | |
return | IResult |
public SearchRange ( object q, double radius ) : IResult | ||
q | object | |
radius | double | |
return | IResult |