|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IndexInt | |
---|---|
net.obsearch.index | |
net.obsearch.index.ghs.impl | |
net.obsearch.index.perm.impl |
Uses of IndexInt in net.obsearch.index |
---|
Fields in net.obsearch.index declared as IndexInt | |
---|---|
protected IndexInt<O> |
TestFrameworkInt.index
|
Methods in net.obsearch.index with parameters of type IndexInt | |
---|---|
static int[] |
CommonsInt.fullMatchLite(OBInt query,
boolean filterSame,
IndexInt index)
This method returns a list of all the distances of the query against the DB. |
void |
TestFrameworkApproxInt.search(IndexInt<O> index,
int range,
byte k)
Perform all the searches with |
void |
TestFrameworkInt.search(IndexInt<O> index,
int range,
byte k)
Perform all the searches with |
void |
TestFrameworkInt.searchSequential(O o,
OBPriorityQueueInt<O> result,
IndexInt<O> index,
int range)
Sequential search. |
Constructors in net.obsearch.index with parameters of type IndexInt | |
---|---|
TestFrameworkApproxInt(Class<O> type,
int dbSize,
int querySize,
IndexInt<O> index)
|
|
TestFrameworkInt(Class<O> type,
int dbSize,
int querySize,
IndexInt<O> index)
Create a new test with a DB size of dbSize and a query size of querySize. |
|
VectorTestFrameworkApproxInt(int vectorDimensionality,
int dbSize,
int querySize,
IndexInt<OBVectorInt> index)
|
|
VectorTestFrameworkInt(int vectorDimensionality,
int dbSize,
int querySize,
IndexInt<OBVectorInt> index)
|
Uses of IndexInt in net.obsearch.index.ghs.impl |
---|
Classes in net.obsearch.index.ghs.impl that implement IndexInt | |
---|---|
class |
Sketch64Int<O extends OBInt>
|
Uses of IndexInt in net.obsearch.index.perm.impl |
---|
Classes in net.obsearch.index.perm.impl that implement IndexInt | |
---|---|
class |
DistPermInt<O extends OBInt>
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |