biosim.core.util.kdewrapper
Class SimpleKDE
java.lang.Object
biosim.core.util.kdewrapper.SimpleKDE
public class SimpleKDE
- 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
SimpleKDE
protected SimpleKDE(long cPtr,
boolean cMemoryOwn)
SimpleKDE
public SimpleKDE(int dim,
double sigma)
SimpleKDE
public SimpleKDE(SimpleKDE copy)
getCPtr
protected static long getCPtr(SimpleKDE obj)
finalize
protected void finalize()
- Overrides:
finalize
in class java.lang.Object
delete
public void delete()
numSamples
public long numSamples()
add
public void add(double[] sample,
double weight)
add
public void add(double[] sample)
addNoCheck
public void addNoCheck(double[] sample,
double weight)
setWeight
public boolean setWeight(int idx,
double weight)
estimate
public double estimate(double[] x,
double bandwidth)
getSample
public boolean getSample(double[] sample,
int i)
getDist
public double getDist(double[] sample,
int i)
getWeight
public double getWeight(int i)
getDim
public long getDim()
getIdx
public int getIdx(double[] sample)
clear
public void clear()