net.obsearch.index
Class VectorTestFrameworkShort

java.lang.Object
  extended by net.obsearch.index.TestFrameworkShort<OBVectorShort>
      extended by net.obsearch.index.VectorTestFrameworkShort

public class VectorTestFrameworkShort
extends TestFrameworkShort<OBVectorShort>


Field Summary
 
Fields inherited from class net.obsearch.index.TestFrameworkShort
data, index, queries
 
Constructor Summary
VectorTestFrameworkShort(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.TestFrameworkShort
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

VectorTestFrameworkShort

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