Uses of Interface
net.obsearch.ob.OBFloat

Packages that use OBFloat
net.obsearch.dimension   
net.obsearch.index   
net.obsearch.index.aesa.impl   
net.obsearch.index.bucket.impl   
net.obsearch.index.bucket.sleek   
net.obsearch.index.ghs.impl   
net.obsearch.index.perm.impl   
net.obsearch.ob   
net.obsearch.pivots.bustos.impl   
net.obsearch.pivots.kmeans.impl   
net.obsearch.pivots.perm.impl   
net.obsearch.pivots.rf02   
net.obsearch.pivots.rf03   
net.obsearch.pivots.rf04   
net.obsearch.pivots.rf04.impl   
net.obsearch.pivots.sss.impl   
net.obsearch.query   
 

Uses of OBFloat in net.obsearch.dimension
 

Methods in net.obsearch.dimension with parameters of type OBFloat
static float[] DimensionFloat.getBasicTuple(OBFloat[] pivots, OBFloat object)
          Creates a float array from the given pivots and the given object.
static float[] DimensionFloat.getBasicTuple(OBFloat[] pivots, OBFloat object)
          Creates a float array from the given pivots and the given object.
static float[] DimensionFloat.getPrimitiveTuple(OBFloat[] pivots, OBFloat object)
          Calculates the smap tuple for the given objectId, and the given pivots
static float[] DimensionFloat.getPrimitiveTuple(OBFloat[] pivots, OBFloat object)
          Calculates the smap tuple for the given objectId, and the given pivots
static DimensionFloat[] DimensionFloat.getTuple(OBFloat[] pivots, OBFloat object)
          Creates a dimension array from the given pivots and the given object.
static DimensionFloat[] DimensionFloat.getTuple(OBFloat[] pivots, OBFloat object)
          Creates a dimension array from the given pivots and the given object.
 

Method parameters in net.obsearch.dimension with type arguments of type OBFloat
static float[] DimensionFloat.getPrimitiveTuple(long[] pivots, long objectId, Index<? extends OBFloat> index)
          Calculates the smap tuple for the given objectId, and the given pivots
static DimensionFloat[] DimensionFloat.getTuple(long[] pivots, long objectId, Index<? extends OBFloat> index)
          Creates a dimension array from the given pivots and the given object id.
static float DimensionFloat.minDistance(List<Long> objects, Index<OBFloat> index)
          Calculate the minimum distance of the given objects (all objects compared against all objects)
static long[] DimensionFloat.select(int k, Random r, cern.colt.list.LongArrayList source, Index<OBFloat> index, cern.colt.list.LongArrayList excludes, float minDistance)
          Selects k random elements from the given source.
 

Uses of OBFloat in net.obsearch.index
 

Classes in net.obsearch.index with type parameters of type OBFloat
 interface IndexFloat<O extends OBFloat>
          An Index interface for distance functions that return Floats.
 class TestFrameworkApproxFloat<O extends OBFloat>
           Perform approximate validation of data.
 class TestFrameworkFloat<O extends OBFloat>
          TestFrameworkFloat performs several tests on an index.
 

Classes in net.obsearch.index that implement OBFloat
 class OBVectorFloat
          L1 distance implementation for floats.
 

Fields in net.obsearch.index declared as OBFloat
protected  O[] TestFrameworkFloat.data
           
protected  O[] TestFrameworkFloat.queries
           
 

Methods in net.obsearch.index that return OBFloat
protected  O[] TestFrameworkFloat.createArray(int size)
          Create an array of size size.
 

Methods in net.obsearch.index with parameters of type OBFloat
 float OBVectorFloat.distance(OBFloat object)
           
static float[] CommonsFloat.fullMatchLite(OBFloat query, boolean filterSame, IndexFloat index)
          This method returns a list of all the distances of the query against the DB.
 

Uses of OBFloat in net.obsearch.index.aesa.impl
 

Classes in net.obsearch.index.aesa.impl with type parameters of type OBFloat
 class AesaFloat<O extends OBFloat>
           
 

Uses of OBFloat in net.obsearch.index.bucket.impl
 

Classes in net.obsearch.index.bucket.impl with type parameters of type OBFloat
 class AbstractBucketContainerFloat<O extends OBFloat,B extends BucketObjectFloat>
          AbstractBucketContainerFloat Holds the functionality of a bucket that sorts its smap-vectors lexicographically.
 class BucketContainerFloat<O extends OBFloat>
          BucketContainer is a dummy class that is used to directly inherit the functionality from AbstractBucketContainerFloat.
 class BucketObjectFloat<O extends OBFloat>
          BucketObjectFloat 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 OBFloat
static float[] BucketObjectFloat.convertTuple(OBFloat object, OBFloat[] pivots)
           
static float[] BucketObjectFloat.convertTuple(OBFloat object, OBFloat[] pivots)
           
 

Uses of OBFloat in net.obsearch.index.bucket.sleek
 

Classes in net.obsearch.index.bucket.sleek with type parameters of type OBFloat
 class SleekBucketFloat<O extends OBFloat>
          AbstractSleekBucket is designed to hold objects that belong to one bucket.
 

Uses of OBFloat in net.obsearch.index.ghs.impl
 

Classes in net.obsearch.index.ghs.impl with type parameters of type OBFloat
 class Sketch64Float<O extends OBFloat>
           
 

Uses of OBFloat in net.obsearch.index.perm.impl
 

Classes in net.obsearch.index.perm.impl with type parameters of type OBFloat
 class DistPermFloat<O extends OBFloat>
           
 

Uses of OBFloat in net.obsearch.ob
 

Methods in net.obsearch.ob with parameters of type OBFloat
 float OBFloat.distance(OBFloat object)
          Calculates the similarity of "this" and "object".
 

Uses of OBFloat in net.obsearch.pivots.bustos.impl
 

Classes in net.obsearch.pivots.bustos.impl with type parameters of type OBFloat
 class IncrementalBustosNavarroChavezFloat<O extends OBFloat>
          IncrementalBustosNavarroChavezFloat is an implementation for OBFloat objects
 

Uses of OBFloat in net.obsearch.pivots.kmeans.impl
 

Classes in net.obsearch.pivots.kmeans.impl with type parameters of type OBFloat
 class IncrementalKMeansPPPivotSelectorFloat<O extends OBFloat>
          This pivot selector uses k-means++ to select "good" centers.
 

Uses of OBFloat in net.obsearch.pivots.perm.impl
 

Classes in net.obsearch.pivots.perm.impl with type parameters of type OBFloat
 class IncrementalPermFloat<O extends OBFloat>
           
 

Uses of OBFloat in net.obsearch.pivots.rf02
 

Classes in net.obsearch.pivots.rf02 with type parameters of type OBFloat
 class RF02PivotSelectorFloat<O extends OBFloat>
           
 

Uses of OBFloat in net.obsearch.pivots.rf03
 

Classes in net.obsearch.pivots.rf03 with type parameters of type OBFloat
 class RF03PivotSelectorFloat<O extends OBFloat>
           
 

Uses of OBFloat in net.obsearch.pivots.rf04
 

Classes in net.obsearch.pivots.rf04 with type parameters of type OBFloat
 class RF04PivotSelectorFloat<O extends OBFloat>
           
 

Uses of OBFloat in net.obsearch.pivots.rf04.impl
 

Classes in net.obsearch.pivots.rf04.impl with type parameters of type OBFloat
 class RF04PivotSelectorFloat<O extends OBFloat>
           
 

Uses of OBFloat in net.obsearch.pivots.sss.impl
 

Classes in net.obsearch.pivots.sss.impl with type parameters of type OBFloat
 class SSSFloat<O extends OBFloat>
           
 

Uses of OBFloat in net.obsearch.query
 

Classes in net.obsearch.query with type parameters of type OBFloat
 class OBQueryFloat<O extends OBFloat>
          Object used to store a query request.
 



Copyright © 2007-2011 Arnoldo Jose Muller Molina. All Rights Reserved.