|
Drools :: Beliefs 6.2.0.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.drools.beliefs.bayes.BayesLikelyhood
public class BayesLikelyhood
| Constructor Summary | |
|---|---|
BayesLikelyhood(Graph graph,
JunctionTreeClique jtNode,
GraphNode<BayesVariable> varNode,
double[] distribution)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
|
double[] |
getDistribution()
|
BayesVariable |
getVariable()
|
int |
hashCode()
|
void |
multiplyInto(double[] trgPotential)
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BayesLikelyhood(Graph graph,
JunctionTreeClique jtNode,
GraphNode<BayesVariable> varNode,
double[] distribution)
| Method Detail |
|---|
public BayesVariable getVariable()
public double[] getDistribution()
public void multiplyInto(double[] trgPotential)
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
|
Drools :: Beliefs 6.2.0.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||