biosim.core.util.annwrapper
Class SimpleANN
java.lang.Object
biosim.core.util.annwrapper.SimpleANN
public class SimpleANN
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
swigCMemOwn
protected boolean swigCMemOwn
SimpleANN
protected SimpleANN(long cPtr,
boolean cMemoryOwn)
SimpleANN
public SimpleANN(SimpleANN toCopy)
SimpleANN
public SimpleANN(int numFeatures)
getCPtr
protected static long getCPtr(SimpleANN obj)
finalize
protected void finalize()
- Overrides:
finalize
in class java.lang.Object
delete
public void delete()
add
public void add(double[] feats)
query
public boolean query(double[] feats,
int[] index,
int k)
setEpsilon
public void setEpsilon(double epsilon)