Drools :: Beliefs 6.2.0.CR4

org.drools.beliefs.bayes
Class BayesLikelyhood

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

public class BayesLikelyhood
extends Object


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

BayesLikelyhood

public BayesLikelyhood(Graph graph,
                       JunctionTreeClique jtNode,
                       GraphNode<BayesVariable> varNode,
                       double[] distribution)
Method Detail

getVariable

public BayesVariable getVariable()

getDistribution

public double[] getDistribution()

multiplyInto

public void multiplyInto(double[] trgPotential)

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

Drools :: Beliefs 6.2.0.CR4

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