net.obsearch.index
Class VectorTestFrameworkDouble

java.lang.Object
  extended by net.obsearch.index.TestFrameworkDouble<OBVectorDouble>
      extended by net.obsearch.index.VectorTestFrameworkDouble

public class VectorTestFrameworkDouble
extends TestFrameworkDouble<OBVectorDouble>


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

VectorTestFrameworkDouble

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