public class BayesVariableState extends Object
Constructor and Description |
---|
BayesVariableState(BayesVariable variable,
double[] distribution) |
Modifier and Type | Method and Description |
---|---|
double[] |
getDistribution() |
Object[] |
getOutcomes() |
BayesVariable |
getVariable() |
void |
setDistribution(double[] distribution) |
void |
setOutcomes(Object[] outcomes) |
public BayesVariableState(BayesVariable variable, double[] distribution)
public BayesVariable getVariable()
public double[] getDistribution()
public void setDistribution(double[] distribution)
public Object[] getOutcomes()
public void setOutcomes(Object[] outcomes)
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.