Uses of Interface
net.obsearch.ob.OBShort

Packages that use OBShort
net.obsearch Provides the main interfaces of OBSearch. 
net.obsearch.dimension   
net.obsearch.example Provides examples on how to use OBSearch. 
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.index.utils Provides some utility classes used by the Index implementations. 
net.obsearch.ob   
net.obsearch.pivots.bustos.impl   
net.obsearch.pivots.kmeans.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 OBShort in net.obsearch
 

Classes in net.obsearch with type parameters of type OBShort
 interface ApproxIndexShort<O extends OBShort>
          An approximate index has extra search methods useful to compare the approx index against other indexes.
 

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, Index<? extends OBShort> index)
          Calculates the smap tuple for the given objectId, and the given pivots
static DimensionShort[] DimensionShort.getTuple(long[] pivots, long objectId, Index<? extends OBShort> index)
          Creates a dimension array from the given pivots and the given object id.
static short DimensionShort.minDistance(List<Long> objects, 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, Index<OBShort> index, cern.colt.list.LongArrayList excludes, short minDistance)
          Selects k random elements from the given source.
 

Uses of OBShort in net.obsearch.example
 

Classes in net.obsearch.example that implement OBShort
 class OBSlice
          Example Object that can be stored in OBSearch This class reads strings representations of trees and calculates the distance between the objects by using a tree distance function.
 

Methods in net.obsearch.example with parameters of type OBShort
 short OBSlice.distance(OBShort object)
          Calculates the distance between two trees.
 

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.index.utils
 

Classes in net.obsearch.index.utils with type parameters of type OBShort
 class AbstractNewLineCommandLineShort<O extends OBShort,I extends IndexShort<O>,A extends Ambient<O,I>>
          In this command line helper, data is separated by newlines and Index and objects are of type short.
 class IndexSmokeTUtil<O extends OBShort>
          Main class that performs all sorts of tests on the indexes.
 class IndexSmokeTUtilApprox<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.rf02
 

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

Uses of OBShort in net.obsearch.pivots.rf03
 

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

Uses of OBShort in net.obsearch.pivots.rf04
 

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

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.