Uses of Interface
net.obsearch.ob.OBByte

Packages that use OBByte
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 OBByte in net.obsearch.dimension
 

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

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

Uses of OBByte in net.obsearch.index
 

Classes in net.obsearch.index with type parameters of type OBByte
 interface IndexByte<O extends OBByte>
          An Index interface for distance functions that return Bytes.
 class TestFrameworkApproxByte<O extends OBByte>
           Perform approximate validation of data.
 class TestFrameworkByte<O extends OBByte>
          TestFrameworkByte performs several tests on an index.
 

Classes in net.obsearch.index that implement OBByte
 class OBVectorByte
          L1 distance implementation for bytes.
 

Fields in net.obsearch.index declared as OBByte
protected  O[] TestFrameworkByte.data
           
protected  O[] TestFrameworkByte.queries
           
 

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

Methods in net.obsearch.index with parameters of type OBByte
 byte OBVectorByte.distance(OBByte object)
           
static byte[] CommonsByte.fullMatchLite(OBByte query, boolean filterSame, IndexByte index)
          This method returns a list of all the distances of the query against the DB.
 

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

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

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

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

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

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

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

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

Uses of OBByte in net.obsearch.ob
 

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

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

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

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

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

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

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

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

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

Uses of OBByte in net.obsearch.query
 

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



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