Property | Type | Description | |
---|---|---|---|
MAX_EXPANSION_LEVEL | int |
Method | Description | |
---|---|---|
ApproxGraphNearExpand ( ) : System | ||
ApproxGraphNearExpand ( ApproxGraph ag, int sample_size ) : System | ||
SearchKNN ( object q, int K, IResult res ) : IResult |
Method | Description | |
---|---|---|
ExpandNode ( object q, IResult res, int startID, SearchState state, int level ) : void | ||
GetNearPoint ( object q ) : Result |
public ApproxGraphNearExpand ( ApproxGraph ag, int sample_size ) : System | ||
ag | ApproxGraph | |
sample_size | int | |
return | System |
protected ExpandNode ( object q, IResult res, int startID, SearchState state, int level ) : void | ||
q | object | |
res | IResult | |
startID | int | |
state | SearchState | |
level | int | |
return | void |
public SearchKNN ( object q, int K, IResult res ) : IResult | ||
q | object | |
K | int | |
res | IResult | |
return | IResult |