net.obsearch.index
Class TestFrameworkApproxDouble<O extends OBDouble>
java.lang.Object
net.obsearch.index.TestFrameworkDouble<O>
net.obsearch.index.TestFrameworkApproxDouble<O>
- Direct Known Subclasses:
- VectorTestFrameworkApproxDouble
public abstract class TestFrameworkApproxDouble<O extends OBDouble>
- extends TestFrameworkDouble<O>
Perform approximate validation of data.
- Since:
- 0.0
- Version:
- %I%, %G%
- Author:
- Arnoldo Jose Muller Molina
Method Summary |
void |
search(IndexDouble<O> index,
double range,
byte k)
Perform all the searches with |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestFrameworkApproxDouble
public TestFrameworkApproxDouble(Class<O> type,
int dbSize,
int querySize,
IndexDouble<O> index)
search
public void search(IndexDouble<O> index,
double range,
byte k)
throws Exception
- Perform all the searches with
- Overrides:
search
in class TestFrameworkDouble<O extends OBDouble>
- Parameters:
x
- the index that will be usedrange
- k
-
- Throws:
Exception
Copyright © 2007-2011 Arnoldo Jose Muller Molina. All Rights Reserved.