net.obsearch.index
Class VectorTestFrameworkApproxLong

java.lang.Object
  extended by net.obsearch.index.TestFrameworkLong<O>
      extended by net.obsearch.index.TestFrameworkApproxLong<OBVectorLong>
          extended by net.obsearch.index.VectorTestFrameworkApproxLong

public class VectorTestFrameworkApproxLong
extends TestFrameworkApproxLong<OBVectorLong>


Field Summary
 
Fields inherited from class net.obsearch.index.TestFrameworkLong
data, index, queries
 
Constructor Summary
VectorTestFrameworkApproxLong(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.TestFrameworkApproxLong
search
 
Methods inherited from class net.obsearch.index.TestFrameworkLong
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

VectorTestFrameworkApproxLong

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