net.obsearch.index
Class TestFrameworkApproxInt<O extends OBInt>

java.lang.Object
  extended by net.obsearch.index.TestFrameworkInt<O>
      extended by net.obsearch.index.TestFrameworkApproxInt<O>
Direct Known Subclasses:
VectorTestFrameworkApproxInt

public abstract class TestFrameworkApproxInt<O extends OBInt>
extends TestFrameworkInt<O>

Perform approximate validation of data.

Since:
0.0
Version:
%I%, %G%
Author:
Arnoldo Jose Muller Molina

Field Summary
 
Fields inherited from class net.obsearch.index.TestFrameworkInt
data, index, queries
 
Constructor Summary
TestFrameworkApproxInt(Class<O> type, int dbSize, int querySize, IndexInt<O> index)
           
 
Method Summary
 void search(IndexInt<O> index, int range, byte k)
          Perform all the searches with
 
Methods inherited from class net.obsearch.index.TestFrameworkInt
close, createArray, deletes, next, nextQuery, search, searchSequential, test
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestFrameworkApproxInt

public TestFrameworkApproxInt(Class<O> type,
                              int dbSize,
                              int querySize,
                              IndexInt<O> index)
Method Detail

search

public void search(IndexInt<O> index,
                   int range,
                   byte k)
            throws Exception
Perform all the searches with

Overrides:
search in class TestFrameworkInt<O extends OBInt>
Parameters:
x - the index that will be used
range -
k -
Throws:
Exception


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