net.obsearch.index
Class VectorTestFrameworkLong

java.lang.Object
  extended by net.obsearch.index.TestFrameworkLong<OBVectorLong>
      extended by net.obsearch.index.VectorTestFrameworkLong

public class VectorTestFrameworkLong
extends TestFrameworkLong<OBVectorLong>


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

VectorTestFrameworkLong

public VectorTestFrameworkLong(int vectorDimensionality,
                               int dbSize,
                               int querySize,
                               IndexLong<OBVectorLong> index)
Method Detail

next

protected OBVectorLong next()
Description copied from class: TestFrameworkLong
Create a new object.

Specified by:
next in class TestFrameworkLong<OBVectorLong>
Returns:
a new O object.

search

protected void search()
               throws Exception
Overrides:
search in class TestFrameworkLong<OBVectorLong>
Throws:
Exception


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