Drools :: Beliefs 6.2.0.CR4

org.drools.beliefs.bayes
Class BayesVariableState

java.lang.Object
  extended by org.drools.beliefs.bayes.BayesVariableState

public class BayesVariableState
extends Object


Constructor Summary
BayesVariableState(BayesVariable variable, double[] distribution)
           
 
Method Summary
 double[] getDistribution()
           
 Object[] getOutcomes()
           
 BayesVariable getVariable()
           
 void setDistribution(double[] distribution)
           
 void setOutcomes(Object[] outcomes)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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 Object[] getOutcomes()

setOutcomes

public void setOutcomes(Object[] outcomes)

Drools :: Beliefs 6.2.0.CR4

Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.