프로퍼티 | 타입 | 설명 | |
---|---|---|---|
MAX_EXPANSION_LEVEL | int |
메소드 | 설명 | |
---|---|---|
ApproxGraphNearExpand ( ) : System | ||
ApproxGraphNearExpand ( ApproxGraph ag, int sample_size ) : System | ||
SearchKNN ( object q, int K, IResult res ) : IResult |
메소드 | 설명 | |
---|---|---|
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 | |
리턴 | System |
protected ExpandNode ( object q, IResult res, int startID, SearchState state, int level ) : void | ||
q | object | |
res | IResult | |
startID | int | |
state | SearchState | |
level | int | |
리턴 | void |
public SearchKNN ( object q, int K, IResult res ) : IResult | ||
q | object | |
K | int | |
res | IResult | |
리턴 | IResult |