net.obsearch.index
Class TestFrameworkApproxShort<O extends OBShort>
java.lang.Object
net.obsearch.index.TestFrameworkShort<O>
net.obsearch.index.TestFrameworkApproxShort<O>
- Direct Known Subclasses:
- VectorTestFrameworkApproxShort
public abstract class TestFrameworkApproxShort<O extends OBShort>
- extends TestFrameworkShort<O>
Perform approximate validation of data.
- Since:
- 0.0
- Version:
- %I%, %G%
- Author:
- Arnoldo Jose Muller Molina
Method Summary |
void |
search(IndexShort<O> index,
short 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 |
TestFrameworkApproxShort
public TestFrameworkApproxShort(Class<O> type,
int dbSize,
int querySize,
IndexShort<O> index)
search
public void search(IndexShort<O> index,
short range,
byte k)
throws Exception
- Perform all the searches with
- Overrides:
search
in class TestFrameworkShort<O extends OBShort>
- Parameters:
x
- the index that will be usedrange
- k
-
- Throws:
Exception
Copyright © 2007-2011 Arnoldo Jose Muller Molina. All Rights Reserved.