Package net.obsearch.index

Interface Summary
IndexByte<O extends OBByte> An Index interface for distance functions that return Bytes.
IndexDouble<O extends OBDouble> An Index interface for distance functions that return Doubles.
IndexFloat<O extends OBFloat> An Index interface for distance functions that return Floats.
IndexInt<O extends OBInt> An Index interface for distance functions that return Ints.
IndexLong<O extends OBLong> An Index interface for distance functions that return Longs.
IndexShort<O extends OBShort> An Index interface for distance functions that return Shorts.
 

Class Summary
AbstractOBIndex<O extends OB> AbstractOBIndex contains functionality regarding object storage.
CommonsByte Commons
CommonsDouble Commons
CommonsFloat Commons
CommonsInt Commons
CommonsLong Commons
CommonsShort Commons
IndexUtilsFloat  
OBVectorByte L1 distance implementation for bytes.
OBVectorDouble L1 distance implementation for doubles.
OBVectorFloat L1 distance implementation for floats.
OBVectorInt L1 distance implementation for ints.
OBVectorLong L1 distance implementation for longs.
OBVectorShort L1 distance implementation for shorts.
TestFrameworkApproxByte<O extends OBByte> Perform approximate validation of data.
TestFrameworkApproxDouble<O extends OBDouble> Perform approximate validation of data.
TestFrameworkApproxFloat<O extends OBFloat> Perform approximate validation of data.
TestFrameworkApproxInt<O extends OBInt> Perform approximate validation of data.
TestFrameworkApproxLong<O extends OBLong> Perform approximate validation of data.
TestFrameworkApproxShort<O extends OBShort> Perform approximate validation of data.
TestFrameworkByte<O extends OBByte> TestFrameworkByte performs several tests on an index.
TestFrameworkDouble<O extends OBDouble> TestFrameworkDouble performs several tests on an index.
TestFrameworkFloat<O extends OBFloat> TestFrameworkFloat performs several tests on an index.
TestFrameworkInt<O extends OBInt> TestFrameworkInt performs several tests on an index.
TestFrameworkLong<O extends OBLong> TestFrameworkLong performs several tests on an index.
TestFrameworkShort<O extends OBShort> TestFrameworkShort performs several tests on an index.
VectorTestFrameworkApproxByte  
VectorTestFrameworkApproxDouble  
VectorTestFrameworkApproxFloat  
VectorTestFrameworkApproxInt  
VectorTestFrameworkApproxLong  
VectorTestFrameworkApproxShort  
VectorTestFrameworkByte  
VectorTestFrameworkDouble  
VectorTestFrameworkFloat  
VectorTestFrameworkInt  
VectorTestFrameworkLong  
VectorTestFrameworkShort  
 



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