Drools :: Beliefs 6.2.0.Beta2

org.drools.beliefs.bayes
Interface PassMessageListener


public interface PassMessageListener


Method Summary
 void afterAbsorb(JunctionTreeClique sourceNode, JunctionTreeSeparator sep, JunctionTreeClique targetNode, double[] oldSeparatorPotentials)
           
 void afterProject(JunctionTreeClique sourceNode, JunctionTreeSeparator sep, JunctionTreeClique targetNode, double[] oldSeparatorPotentials)
           
 void beforeProjectAndAbsorb(JunctionTreeClique sourceNode, JunctionTreeSeparator sep, JunctionTreeClique targetNode, double[] oldSeparatorPotentials)
           
 

Method Detail

beforeProjectAndAbsorb

void beforeProjectAndAbsorb(JunctionTreeClique sourceNode,
                            JunctionTreeSeparator sep,
                            JunctionTreeClique targetNode,
                            double[] oldSeparatorPotentials)

afterProject

void afterProject(JunctionTreeClique sourceNode,
                  JunctionTreeSeparator sep,
                  JunctionTreeClique targetNode,
                  double[] oldSeparatorPotentials)

afterAbsorb

void afterAbsorb(JunctionTreeClique sourceNode,
                 JunctionTreeSeparator sep,
                 JunctionTreeClique targetNode,
                 double[] oldSeparatorPotentials)

Drools :: Beliefs 6.2.0.Beta2

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