RBNinference
Class SampleProbs
java.lang.Object
java.util.Observable
RBNinference.SampleProbs
public class SampleProbs
- extends java.util.Observable
Methods inherited from class java.util.Observable |
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SampleProbs
public SampleProbs(int i)
setProb
public void setProb(double p,
int i)
setMinProb
public void setMinProb(double p,
int i)
setMaxProb
public void setMaxProb(double p,
int i)
setVar
public void setVar(double p,
int i)
setProbs
public void setProbs(double[] probs)
getProbs
public double[] getProbs()
getMinProbs
public double[] getMinProbs()
getMaxProbs
public double[] getMaxProbs()
getVar
public double[] getVar()
getSize
public int getSize()
setSize
public void setSize(int size)
getWeight
public double getWeight()
setWeight
public void setWeight(double weight)