Uses of Interface
net.obsearch.ob.OBShort

Packages that use OBShort
net.obsearch.dimension   
net.obsearch.index   
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.rf04.impl   
net.obsearch.pivots.sss.impl   
net.obsearch.query   
 

Uses of OBShort in net.obsearch.dimension
 

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

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

Uses of OBShort in net.obsearch.index
 

Classes in net.obsearch.index with type parameters of type OBShort
 interface IndexShort<O extends OBShort>
          An Index interface for distance functions that return Shorts.
 class TestFrameworkApproxShort<O extends OBShort>
           Perform approximate validation of data.
 class TestFrameworkShort<O extends OBShort>
          TestFrameworkShort performs several tests on an index.
 

Classes in net.obsearch.index that implement OBShort
 class OBVectorShort
          L1 distance implementation for shorts.
 

Fields in net.obsearch.index declared as OBShort
protected  O[] TestFrameworkShort.data
           
protected  O[] TestFrameworkShort.queries
           
 

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

Methods in net.obsearch.index with parameters of type OBShort
 short OBVectorShort.distance(OBShort object)
           
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.
 

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

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

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

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

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

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

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

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

Uses of OBShort in net.obsearch.ob
 

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

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

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

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

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

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

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

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

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

Uses of OBShort in net.obsearch.query
 

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



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