|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
Packages that use IndexShort | |
---|---|
net.obsearch.index | |
net.obsearch.index.ghs.impl | |
net.obsearch.index.perm.impl | |
net.obsearch.index.utils | Provides some utility classes used by the Index implementations. |
Uses of IndexShort in net.obsearch.index |
---|
Fields in net.obsearch.index declared as IndexShort | |
---|---|
protected IndexShort<O> |
TestFrameworkShort.index
|
Methods in net.obsearch.index with parameters of type IndexShort | |
---|---|
static short[] |
CommonsShort.fullMatchLite(OBShort query,
boolean filterSame,
IndexShort index)
This method returns a list of all the distances of the query against the DB. |
void |
TestFrameworkApproxShort.search(IndexShort<O> index,
short range,
byte k)
Perform all the searches with |
void |
TestFrameworkShort.search(IndexShort<O> index,
short range,
byte k)
Perform all the searches with |
void |
TestFrameworkShort.searchSequential(O o,
OBPriorityQueueShort<O> result,
IndexShort<O> index,
short range)
Sequential search. |
Constructors in net.obsearch.index with parameters of type IndexShort | |
---|---|
TestFrameworkApproxShort(Class<O> type,
int dbSize,
int querySize,
IndexShort<O> index)
|
|
TestFrameworkShort(Class<O> type,
int dbSize,
int querySize,
IndexShort<O> index)
Create a new test with a DB size of dbSize and a query size of querySize. |
|
VectorTestFrameworkApproxShort(int vectorDimensionality,
int dbSize,
int querySize,
IndexShort<OBVectorShort> index)
|
|
VectorTestFrameworkShort(int vectorDimensionality,
int dbSize,
int querySize,
IndexShort<OBVectorShort> index)
|
Uses of IndexShort in net.obsearch.index.ghs.impl |
---|
Classes in net.obsearch.index.ghs.impl that implement IndexShort | |
---|---|
class |
Sketch64Short<O extends OBShort>
|
Uses of IndexShort in net.obsearch.index.perm.impl |
---|
Classes in net.obsearch.index.perm.impl that implement IndexShort | |
---|---|
class |
DistPermShort<O extends OBShort>
|
Uses of IndexShort in net.obsearch.index.utils |
---|
Classes in net.obsearch.index.utils with type parameters of type IndexShort | |
---|---|
class |
AbstractNewLineCommandLineShort<O extends OBShort,I extends IndexShort<O>,A extends Ambient<O,I>>
In this command line helper, data is separated by newlines and Index and objects are of type short. |
Methods in net.obsearch.index.utils with parameters of type IndexShort | |
---|---|
double |
IndexSmokeTUtilApprox.ep(OBPriorityQueueShort<O> x1,
List<OBResultShort<O>> db,
IndexShort<O> index)
|
void |
IndexSmokeTUtil.initIndex(IndexShort<O> index)
Initialize the index. |
void |
IndexSmokeTUtilApprox.search(IndexShort<O> index,
short range,
short k)
|
void |
IndexSmokeTUtil.search(IndexShort<O> index,
short range,
short k)
Perform all the searches with |
void |
IndexSmokeTUtilApprox.searchSequential(long max,
O o,
ArrayList<OBResultShort<O>> result,
IndexShort<O> index,
short range)
Sequential search. |
void |
IndexSmokeTUtil.searchSequential(long max,
O o,
OBPriorityQueueShort<O> result,
IndexShort<O> index,
short range)
Sequential search. |
void |
IndexSmokeTUtil.tIndex(IndexShort<O> index)
Test method for Creates a database, fills it with data. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |