net.obsearch.index
Class VectorTestFrameworkApproxDouble

java.lang.Object
  extended by net.obsearch.index.TestFrameworkDouble<O>
      extended by net.obsearch.index.TestFrameworkApproxDouble<OBVectorDouble>
          extended by net.obsearch.index.VectorTestFrameworkApproxDouble

public class VectorTestFrameworkApproxDouble
extends TestFrameworkApproxDouble<OBVectorDouble>


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

VectorTestFrameworkApproxDouble

public VectorTestFrameworkApproxDouble(int vectorDimensionality,
                                       int dbSize,
                                       int querySize,
                                       IndexDouble<OBVectorDouble> index)
Method Detail

next

protected OBVectorDouble next()
Description copied from class: TestFrameworkDouble
Create a new object.

Specified by:
next in class TestFrameworkDouble<OBVectorDouble>
Returns:
a new O object.

search

protected void search()
               throws Exception
Overrides:
search in class TestFrameworkDouble<OBVectorDouble>
Throws:
Exception


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