|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of OBLong in net.obsearch.dimension |
---|
Methods in net.obsearch.dimension with parameters of type OBLong | |
---|---|
static long[] |
DimensionLong.getBasicTuple(OBLong[] pivots,
OBLong object)
Creates a long array from the given pivots and the given object. |
static long[] |
DimensionLong.getBasicTuple(OBLong[] pivots,
OBLong object)
Creates a long array from the given pivots and the given object. |
static long[] |
DimensionLong.getPrimitiveTuple(OBLong[] pivots,
OBLong object)
Calculates the smap tuple for the given objectId, and the given pivots |
static long[] |
DimensionLong.getPrimitiveTuple(OBLong[] pivots,
OBLong object)
Calculates the smap tuple for the given objectId, and the given pivots |
static DimensionLong[] |
DimensionLong.getTuple(OBLong[] pivots,
OBLong object)
Creates a dimension array from the given pivots and the given object. |
static DimensionLong[] |
DimensionLong.getTuple(OBLong[] pivots,
OBLong object)
Creates a dimension array from the given pivots and the given object. |
Method parameters in net.obsearch.dimension with type arguments of type OBLong | |
---|---|
static long[] |
DimensionLong.getPrimitiveTuple(long[] pivots,
long objectId,
Index<? extends OBLong> index)
Calculates the smap tuple for the given objectId, and the given pivots |
static DimensionLong[] |
DimensionLong.getTuple(long[] pivots,
long objectId,
Index<? extends OBLong> index)
Creates a dimension array from the given pivots and the given object id. |
static long |
DimensionLong.minDistance(List<Long> objects,
Index<OBLong> index)
Calculate the minimum distance of the given objects (all objects compared against all objects) |
static long[] |
DimensionLong.select(int k,
Random r,
cern.colt.list.LongArrayList source,
Index<OBLong> index,
cern.colt.list.LongArrayList excludes,
long minDistance)
Selects k random elements from the given source. |
Uses of OBLong in net.obsearch.index |
---|
Classes in net.obsearch.index with type parameters of type OBLong | |
---|---|
interface |
IndexLong<O extends OBLong>
An Index interface for distance functions that return Longs. |
class |
TestFrameworkApproxLong<O extends OBLong>
|
class |
TestFrameworkLong<O extends OBLong>
TestFrameworkLong performs several tests on an index. |
Classes in net.obsearch.index that implement OBLong | |
---|---|
class |
OBVectorLong
L1 distance implementation for longs. |
Fields in net.obsearch.index declared as OBLong | |
---|---|
protected O[] |
TestFrameworkLong.data
|
protected O[] |
TestFrameworkLong.queries
|
Methods in net.obsearch.index that return OBLong | |
---|---|
protected O[] |
TestFrameworkLong.createArray(int size)
Create an array of size size. |
Methods in net.obsearch.index with parameters of type OBLong | |
---|---|
long |
OBVectorLong.distance(OBLong object)
|
static long[] |
CommonsLong.fullMatchLite(OBLong query,
boolean filterSame,
IndexLong index)
This method returns a list of all the distances of the query against the DB. |
Uses of OBLong in net.obsearch.index.bucket.impl |
---|
Classes in net.obsearch.index.bucket.impl with type parameters of type OBLong | |
---|---|
class |
AbstractBucketContainerLong<O extends OBLong,B extends BucketObjectLong>
AbstractBucketContainerLong Holds the functionality of a bucket that sorts its smap-vectors lexicographically. |
class |
BucketContainerLong<O extends OBLong>
BucketContainer is a dummy class that is used to directly inherit the functionality from AbstractBucketContainerLong. |
class |
BucketObjectLong<O extends OBLong>
BucketObjectLong extends BucketObject by adding an SMAP vector used to minimize
the number of distance computations required per object. |
Methods in net.obsearch.index.bucket.impl with parameters of type OBLong | |
---|---|
static long[] |
BucketObjectLong.convertTuple(OBLong object,
OBLong[] pivots)
|
static long[] |
BucketObjectLong.convertTuple(OBLong object,
OBLong[] pivots)
|
Uses of OBLong in net.obsearch.index.bucket.sleek |
---|
Classes in net.obsearch.index.bucket.sleek with type parameters of type OBLong | |
---|---|
class |
SleekBucketLong<O extends OBLong>
AbstractSleekBucket is designed to hold objects that belong to one bucket. |
Uses of OBLong in net.obsearch.index.ghs.impl |
---|
Classes in net.obsearch.index.ghs.impl with type parameters of type OBLong | |
---|---|
class |
Sketch64Long<O extends OBLong>
|
Uses of OBLong in net.obsearch.index.perm.impl |
---|
Classes in net.obsearch.index.perm.impl with type parameters of type OBLong | |
---|---|
class |
DistPermLong<O extends OBLong>
|
Uses of OBLong in net.obsearch.ob |
---|
Methods in net.obsearch.ob with parameters of type OBLong | |
---|---|
long |
OBLong.distance(OBLong object)
Calculates the similarity of "this" and "object". |
Uses of OBLong in net.obsearch.pivots.bustos.impl |
---|
Classes in net.obsearch.pivots.bustos.impl with type parameters of type OBLong | |
---|---|
class |
IncrementalBustosNavarroChavezLong<O extends OBLong>
IncrementalBustosNavarroChavezLong is an implementation for OBLong objects |
Uses of OBLong in net.obsearch.pivots.kmeans.impl |
---|
Classes in net.obsearch.pivots.kmeans.impl with type parameters of type OBLong | |
---|---|
class |
IncrementalKMeansPPPivotSelectorLong<O extends OBLong>
This pivot selector uses k-means++ to select "good" centers. |
Uses of OBLong in net.obsearch.pivots.rf03 |
---|
Classes in net.obsearch.pivots.rf03 with type parameters of type OBLong | |
---|---|
class |
RF03PivotSelectorLong<O extends OBLong>
|
Uses of OBLong in net.obsearch.pivots.rf04.impl |
---|
Classes in net.obsearch.pivots.rf04.impl with type parameters of type OBLong | |
---|---|
class |
RF04PivotSelectorLong<O extends OBLong>
|
Uses of OBLong in net.obsearch.pivots.sss.impl |
---|
Classes in net.obsearch.pivots.sss.impl with type parameters of type OBLong | |
---|---|
class |
SSSLong<O extends OBLong>
|
Uses of OBLong in net.obsearch.query |
---|
Classes in net.obsearch.query with type parameters of type OBLong | |
---|---|
class |
OBQueryLong<O extends OBLong>
Object used to store a query request. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |