net.obsearch.index
Class VectorTestFrameworkApproxByte

java.lang.Object
  extended by net.obsearch.index.TestFrameworkByte<O>
      extended by net.obsearch.index.TestFrameworkApproxByte<OBVectorByte>
          extended by net.obsearch.index.VectorTestFrameworkApproxByte

public class VectorTestFrameworkApproxByte
extends TestFrameworkApproxByte<OBVectorByte>


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

VectorTestFrameworkApproxByte

public VectorTestFrameworkApproxByte(int vectorDimensionality,
                                     int dbSize,
                                     int querySize,
                                     IndexByte<OBVectorByte> index)
Method Detail

next

protected OBVectorByte next()
Description copied from class: TestFrameworkByte
Create a new object.

Specified by:
next in class TestFrameworkByte<OBVectorByte>
Returns:
a new O object.

search

protected void search()
               throws Exception
Overrides:
search in class TestFrameworkByte<OBVectorByte>
Throws:
Exception


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