Package org.drools.beliefs.bayes
Class BayesVariableState
- java.lang.Object
-
- org.drools.beliefs.bayes.BayesVariableState
-
public class BayesVariableState extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description BayesVariableState(BayesVariable variable, double[] distribution)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double[]getDistribution()java.lang.Object[]getOutcomes()BayesVariablegetVariable()voidsetDistribution(double[] distribution)voidsetOutcomes(java.lang.Object[] outcomes)
-
-
-
Constructor Detail
-
BayesVariableState
public BayesVariableState(BayesVariable variable, double[] distribution)
-
-
Method Detail
-
getVariable
public BayesVariable getVariable()
-
getDistribution
public double[] getDistribution()
-
setDistribution
public void setDistribution(double[] distribution)
-
getOutcomes
public java.lang.Object[] getOutcomes()
-
setOutcomes
public void setOutcomes(java.lang.Object[] outcomes)
-
-