|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of OBDouble in net.obsearch.dimension |
---|
Methods in net.obsearch.dimension with parameters of type OBDouble | |
---|---|
static double[] |
DimensionDouble.getBasicTuple(OBDouble[] pivots,
OBDouble object)
Creates a double array from the given pivots and the given object. |
static double[] |
DimensionDouble.getBasicTuple(OBDouble[] pivots,
OBDouble object)
Creates a double array from the given pivots and the given object. |
static double[] |
DimensionDouble.getPrimitiveTuple(OBDouble[] pivots,
OBDouble object)
Calculates the smap tuple for the given objectId, and the given pivots |
static double[] |
DimensionDouble.getPrimitiveTuple(OBDouble[] pivots,
OBDouble object)
Calculates the smap tuple for the given objectId, and the given pivots |
static DimensionDouble[] |
DimensionDouble.getTuple(OBDouble[] pivots,
OBDouble object)
Creates a dimension array from the given pivots and the given object. |
static DimensionDouble[] |
DimensionDouble.getTuple(OBDouble[] pivots,
OBDouble object)
Creates a dimension array from the given pivots and the given object. |
Method parameters in net.obsearch.dimension with type arguments of type OBDouble | |
---|---|
static double[] |
DimensionDouble.getPrimitiveTuple(long[] pivots,
long objectId,
Index<? extends OBDouble> index)
Calculates the smap tuple for the given objectId, and the given pivots |
static DimensionDouble[] |
DimensionDouble.getTuple(long[] pivots,
long objectId,
Index<? extends OBDouble> index)
Creates a dimension array from the given pivots and the given object id. |
static double |
DimensionDouble.minDistance(List<Long> objects,
Index<OBDouble> index)
Calculate the minimum distance of the given objects (all objects compared against all objects) |
static long[] |
DimensionDouble.select(int k,
Random r,
cern.colt.list.LongArrayList source,
Index<OBDouble> index,
cern.colt.list.LongArrayList excludes,
double minDistance)
Selects k random elements from the given source. |
Uses of OBDouble in net.obsearch.index |
---|
Classes in net.obsearch.index with type parameters of type OBDouble | |
---|---|
interface |
IndexDouble<O extends OBDouble>
An Index interface for distance functions that return Doubles. |
class |
TestFrameworkApproxDouble<O extends OBDouble>
|
class |
TestFrameworkDouble<O extends OBDouble>
TestFrameworkDouble performs several tests on an index. |
Classes in net.obsearch.index that implement OBDouble | |
---|---|
class |
OBVectorDouble
L1 distance implementation for doubles. |
Fields in net.obsearch.index declared as OBDouble | |
---|---|
protected O[] |
TestFrameworkDouble.data
|
protected O[] |
TestFrameworkDouble.queries
|
Methods in net.obsearch.index that return OBDouble | |
---|---|
protected O[] |
TestFrameworkDouble.createArray(int size)
Create an array of size size. |
Methods in net.obsearch.index with parameters of type OBDouble | |
---|---|
double |
OBVectorDouble.distance(OBDouble object)
|
static double[] |
CommonsDouble.fullMatchLite(OBDouble query,
boolean filterSame,
IndexDouble index)
This method returns a list of all the distances of the query against the DB. |
Uses of OBDouble in net.obsearch.index.bucket.impl |
---|
Classes in net.obsearch.index.bucket.impl with type parameters of type OBDouble | |
---|---|
class |
AbstractBucketContainerDouble<O extends OBDouble,B extends BucketObjectDouble>
AbstractBucketContainerDouble Holds the functionality of a bucket that sorts its smap-vectors lexicographically. |
class |
BucketContainerDouble<O extends OBDouble>
BucketContainer is a dummy class that is used to directly inherit the functionality from AbstractBucketContainerDouble. |
class |
BucketObjectDouble<O extends OBDouble>
BucketObjectDouble 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 OBDouble | |
---|---|
static double[] |
BucketObjectDouble.convertTuple(OBDouble object,
OBDouble[] pivots)
|
static double[] |
BucketObjectDouble.convertTuple(OBDouble object,
OBDouble[] pivots)
|
Uses of OBDouble in net.obsearch.index.bucket.sleek |
---|
Classes in net.obsearch.index.bucket.sleek with type parameters of type OBDouble | |
---|---|
class |
SleekBucketDouble<O extends OBDouble>
AbstractSleekBucket is designed to hold objects that belong to one bucket. |
Uses of OBDouble in net.obsearch.index.ghs.impl |
---|
Classes in net.obsearch.index.ghs.impl with type parameters of type OBDouble | |
---|---|
class |
Sketch64Double<O extends OBDouble>
|
Uses of OBDouble in net.obsearch.index.perm.impl |
---|
Classes in net.obsearch.index.perm.impl with type parameters of type OBDouble | |
---|---|
class |
DistPermDouble<O extends OBDouble>
|
Uses of OBDouble in net.obsearch.ob |
---|
Methods in net.obsearch.ob with parameters of type OBDouble | |
---|---|
double |
OBDouble.distance(OBDouble object)
Calculates the similarity of "this" and "object". |
Uses of OBDouble in net.obsearch.pivots.bustos.impl |
---|
Classes in net.obsearch.pivots.bustos.impl with type parameters of type OBDouble | |
---|---|
class |
IncrementalBustosNavarroChavezDouble<O extends OBDouble>
IncrementalBustosNavarroChavezDouble is an implementation for OBDouble objects |
Uses of OBDouble in net.obsearch.pivots.kmeans.impl |
---|
Classes in net.obsearch.pivots.kmeans.impl with type parameters of type OBDouble | |
---|---|
class |
IncrementalKMeansPPPivotSelectorDouble<O extends OBDouble>
This pivot selector uses k-means++ to select "good" centers. |
Uses of OBDouble in net.obsearch.pivots.rf04.impl |
---|
Classes in net.obsearch.pivots.rf04.impl with type parameters of type OBDouble | |
---|---|
class |
RF04PivotSelectorDouble<O extends OBDouble>
|
Uses of OBDouble in net.obsearch.pivots.sss.impl |
---|
Classes in net.obsearch.pivots.sss.impl with type parameters of type OBDouble | |
---|---|
class |
SSSDouble<O extends OBDouble>
|
Uses of OBDouble in net.obsearch.query |
---|
Classes in net.obsearch.query with type parameters of type OBDouble | |
---|---|
class |
OBQueryDouble<O extends OBDouble>
Object used to store a query request. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |