net.obsearch.index
Class VectorTestFrameworkApproxShort

java.lang.Object
  extended by net.obsearch.index.TestFrameworkShort<O>
      extended by net.obsearch.index.TestFrameworkApproxShort<OBVectorShort>
          extended by net.obsearch.index.VectorTestFrameworkApproxShort

public class VectorTestFrameworkApproxShort
extends TestFrameworkApproxShort<OBVectorShort>


Field Summary
 
Fields inherited from class net.obsearch.index.TestFrameworkShort
data, index, queries
 
Constructor Summary
VectorTestFrameworkApproxShort(int vectorDimensionality, int dbSize, int querySize, IndexShort<OBVectorShort> index)
           
 
Method Summary
protected  OBVectorShort next()
          Create a new object.
protected  void search()
           
 
Methods inherited from class net.obsearch.index.TestFrameworkApproxShort
search
 
Methods inherited from class net.obsearch.index.TestFrameworkShort
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

VectorTestFrameworkApproxShort

public VectorTestFrameworkApproxShort(int vectorDimensionality,
                                      int dbSize,
                                      int querySize,
                                      IndexShort<OBVectorShort> index)
Method Detail

next

protected OBVectorShort next()
Description copied from class: TestFrameworkShort
Create a new object.

Specified by:
next in class TestFrameworkShort<OBVectorShort>
Returns:
a new O object.

search

protected void search()
               throws Exception
Overrides:
search in class TestFrameworkShort<OBVectorShort>
Throws:
Exception


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