Свойство | Type | Description | |
---|---|---|---|
MAX_EXPANSION_LEVEL | int |
Méthode | Description | |
---|---|---|
ApproxGraphNearExpand ( ) : System | ||
ApproxGraphNearExpand ( ApproxGraph ag, int sample_size ) : System | ||
SearchKNN ( object q, int K, IResult res ) : IResult |
Méthode | 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 | |
Résultat | System |
protected ExpandNode ( object q, IResult res, int startID, SearchState state, int level ) : void | ||
q | object | |
res | IResult | |
startID | int | |
state | SearchState | |
level | int | |
Résultat | void |
protected GetNearPoint ( object q ) : Result | ||
q | object | |
Résultat | Result |
public SearchKNN ( object q, int K, IResult res ) : IResult | ||
q | object | |
K | int | |
res | IResult | |
Résultat | IResult |