net.obsearch.index
Class VectorTestFrameworkApproxInt

java.lang.Object
  extended by net.obsearch.index.TestFrameworkInt<O>
      extended by net.obsearch.index.TestFrameworkApproxInt<OBVectorInt>
          extended by net.obsearch.index.VectorTestFrameworkApproxInt

public class VectorTestFrameworkApproxInt
extends TestFrameworkApproxInt<OBVectorInt>


Field Summary
 
Fields inherited from class net.obsearch.index.TestFrameworkInt
data, index, queries
 
Constructor Summary
VectorTestFrameworkApproxInt(int vectorDimensionality, int dbSize, int querySize, IndexInt<OBVectorInt> index)
           
 
Method Summary
protected  OBVectorInt next()
          Create a new object.
protected  void search()
           
 
Methods inherited from class net.obsearch.index.TestFrameworkApproxInt
search
 
Methods inherited from class net.obsearch.index.TestFrameworkInt
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

VectorTestFrameworkApproxInt

public VectorTestFrameworkApproxInt(int vectorDimensionality,
                                    int dbSize,
                                    int querySize,
                                    IndexInt<OBVectorInt> index)
Method Detail

next

protected OBVectorInt next()
Description copied from class: TestFrameworkInt
Create a new object.

Specified by:
next in class TestFrameworkInt<OBVectorInt>
Returns:
a new O object.

search

protected void search()
               throws Exception
Overrides:
search in class TestFrameworkInt<OBVectorInt>
Throws:
Exception


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