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