org.drools.beliefs.bayes
Class BayesVariableState
java.lang.Object
org.drools.beliefs.bayes.BayesVariableState
public class BayesVariableState
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BayesVariableState
public BayesVariableState(BayesVariable variable,
double[] distribution)
getVariable
public BayesVariable getVariable()
getDistribution
public double[] getDistribution()
setDistribution
public void setDistribution(double[] distribution)
getOutcomes
public Object[] getOutcomes()
setOutcomes
public void setOutcomes(Object[] outcomes)
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.