public class BayesLikelyhood extends Object
Constructor and Description |
---|
BayesLikelyhood(Graph graph,
JunctionTreeClique jtNode,
GraphNode<BayesVariable> varNode,
double[] distribution) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
double[] |
getDistribution() |
BayesVariable |
getVariable() |
int |
hashCode() |
void |
multiplyInto(double[] trgPotential) |
public BayesLikelyhood(Graph graph, JunctionTreeClique jtNode, GraphNode<BayesVariable> varNode, double[] distribution)
public BayesVariable getVariable()
public double[] getDistribution()
public void multiplyInto(double[] trgPotential)
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.