Property | Type | Description | |
---|---|---|---|
CountSymbolBits | int | ||
NeighborhoodExpansion | int | ||
R | Index | ||
SymbolsPerHash | int | ||
hashTable | List |
Method | Description | |
---|---|---|
BubbleSort ( int seq ) : void | ||
Build ( MetricDB db, int symbolsPerHash ) : void | ||
Build ( MetricDB db, int symbolsPerHash, int neighborhoodExpansion, |
||
EncodeKnr ( int seq ) : long | ||
FetchPostingLists ( List
|
||
InternalSearchKNN ( object q, IResult res, IEnumerable |
||
Load ( |
||
NeighborhoodHash ( ) : System | ||
RankRefs ( object q ) : List |
||
Save ( |
||
SearchKNN ( object q, int knn, IResult res ) : IResult |
Method | Description | |
---|---|---|
countBits ( int numrefs ) : int |
public Build ( MetricDB db, int symbolsPerHash ) : void | ||
db | MetricDB | |
symbolsPerHash | int | |
return | void |
public Build ( MetricDB db, int symbolsPerHash, int neighborhoodExpansion, |
||
db | MetricDB | |
symbolsPerHash | int | |
neighborhoodExpansion | int | |
rand | ||
return | void |
public FetchPostingLists ( List
|
||
rankedList | List |
|
start | int | |
return | IEnumerable
|
public InternalSearchKNN ( object q, IResult res, IEnumerable |
||
q | object | |
res | IResult | |
postingLists | IEnumerable |
|
evaluated | HashSet |
|
return | void |
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 |