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