net.obsearch.index
Class VectorTestFrameworkFloat

java.lang.Object
  extended by net.obsearch.index.TestFrameworkFloat<OBVectorFloat>
      extended by net.obsearch.index.VectorTestFrameworkFloat

public class VectorTestFrameworkFloat
extends TestFrameworkFloat<OBVectorFloat>


Field Summary
 
Fields inherited from class net.obsearch.index.TestFrameworkFloat
data, index, queries
 
Constructor Summary
VectorTestFrameworkFloat(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.TestFrameworkFloat
close, createArray, deletes, nextQuery, search, searchSequential, test
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VectorTestFrameworkFloat

public VectorTestFrameworkFloat(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.