net.obsearch.index
Class VectorTestFrameworkApproxFloat

java.lang.Object
  extended by net.obsearch.index.TestFrameworkFloat<O>
      extended by net.obsearch.index.TestFrameworkApproxFloat<OBVectorFloat>
          extended by net.obsearch.index.VectorTestFrameworkApproxFloat

public class VectorTestFrameworkApproxFloat
extends TestFrameworkApproxFloat<OBVectorFloat>


Field Summary
 
Fields inherited from class net.obsearch.index.TestFrameworkFloat
data, index, queries
 
Constructor Summary
VectorTestFrameworkApproxFloat(int vectorDimensionality, int dbSize, int querySize, IndexFloat<OBVectorFloat> index)
           
 
Method Summary
protected  OBVectorFloat next()
          Create a new object.
protected  void search()
           
 
Methods inherited from class net.obsearch.index.TestFrameworkApproxFloat
search
 
Methods inherited from class net.obsearch.index.TestFrameworkFloat
close, createArray, deletes, nextQuery, searchSequential, test
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VectorTestFrameworkApproxFloat

public VectorTestFrameworkApproxFloat(int vectorDimensionality,
                                      int dbSize,
                                      int querySize,
                                      IndexFloat<OBVectorFloat> index)
Method Detail

next

protected OBVectorFloat next()
Description copied from class: TestFrameworkFloat
Create a new object.

Specified by:
next in class TestFrameworkFloat<OBVectorFloat>
Returns:
a new O object.

search

protected void search()
               throws Exception
Overrides:
search in class TestFrameworkFloat<OBVectorFloat>
Throws:
Exception


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