biosim.core.util.kdewrapper
Class SimpleKDE

java.lang.Object
  extended by biosim.core.util.kdewrapper.SimpleKDE

public class SimpleKDE
extends java.lang.Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
  SimpleKDE(int dim, double sigma)
           
protected SimpleKDE(long cPtr, boolean cMemoryOwn)
           
  SimpleKDE(SimpleKDE copy)
           
 
Method Summary
 void add(double[] sample)
           
 void add(double[] sample, double weight)
           
 void addNoCheck(double[] sample, double weight)
           
 void clear()
           
 void delete()
           
 double estimate(double[] x, double bandwidth)
           
protected  void finalize()
           
protected static long getCPtr(SimpleKDE obj)
           
 long getDim()
           
 double getDist(double[] sample, int i)
           
 int getIdx(double[] sample)
           
 boolean getSample(double[] sample, int i)
           
 double getWeight(int i)
           
 long numSamples()
           
 boolean setWeight(int idx, double weight)
           
 
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

SimpleKDE

protected SimpleKDE(long cPtr,
                    boolean cMemoryOwn)

SimpleKDE

public SimpleKDE(int dim,
                 double sigma)

SimpleKDE

public SimpleKDE(SimpleKDE copy)
Method Detail

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()