biosim.core.util.annwrapper
Class SimpleANN

java.lang.Object
  extended by biosim.core.util.annwrapper.SimpleANN

public class SimpleANN
extends java.lang.Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
  SimpleANN(int numFeatures)
           
protected SimpleANN(long cPtr, boolean cMemoryOwn)
           
  SimpleANN(SimpleANN toCopy)
           
 
Method Summary
 void add(double[] feats)
           
 void delete()
           
protected  void finalize()
           
protected static long getCPtr(SimpleANN obj)
           
 boolean query(double[] feats, int[] index, int k)
           
 void setEpsilon(double epsilon)
           
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

swigCMemOwn

protected boolean swigCMemOwn
Constructor Detail

SimpleANN

protected SimpleANN(long cPtr,
                    boolean cMemoryOwn)

SimpleANN

public SimpleANN(SimpleANN toCopy)

SimpleANN

public SimpleANN(int numFeatures)
Method Detail

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)