RBNinference
Class SampleProbs

java.lang.Object
  extended by java.util.Observable
      extended by RBNinference.SampleProbs

public class SampleProbs
extends java.util.Observable


Constructor Summary
SampleProbs(int i)
           
 
Method Summary
 double[] getMaxProbs()
           
 double[] getMinProbs()
           
 double[] getProbs()
           
 int getSize()
           
 double[] getVar()
           
 double getWeight()
           
 void setMaxProb(double p, int i)
           
 void setMinProb(double p, int i)
           
 void setProb(double p, int i)
           
 void setProbs(double[] probs)
           
 void setSize(int size)
           
 void setVar(double p, int i)
           
 void setWeight(double weight)
           
 
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
 

Constructor Detail

SampleProbs

public SampleProbs(int i)
Method Detail

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)