net.obsearch.index
Class TestFrameworkApproxFloat<O extends OBFloat>

java.lang.Object
  extended by net.obsearch.index.TestFrameworkFloat<O>
      extended by net.obsearch.index.TestFrameworkApproxFloat<O>
Direct Known Subclasses:
VectorTestFrameworkApproxFloat

public abstract class TestFrameworkApproxFloat<O extends OBFloat>
extends TestFrameworkFloat<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.TestFrameworkFloat
data, index, queries
 
Constructor Summary
TestFrameworkApproxFloat(Class<O> type, int dbSize, int querySize, IndexFloat<O> index)
           
 
Method Summary
 void search(IndexFloat<O> index, float range, byte k)
          Perform all the searches with
 
Methods inherited from class net.obsearch.index.TestFrameworkFloat
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

TestFrameworkApproxFloat

public TestFrameworkApproxFloat(Class<O> type,
                                int dbSize,
                                int querySize,
                                IndexFloat<O> index)
Method Detail

search

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

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


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