Drools :: Beliefs 6.2.0.Beta2

org.drools.beliefs.bayes
Class BayesProjection

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

public class BayesProjection
extends Object


Constructor Summary
BayesProjection(BayesVariable[] srcVars, double[] srcPotentials, int[] trgVarPos, int[] trgVarPosMultipliers, double[] trgPotentials)
           
 
Method Summary
static void normalize(double[] darray, double sum)
           
 void project()
           
 void recurse(int currentVar, int targetVarPos)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BayesProjection

public BayesProjection(BayesVariable[] srcVars,
                       double[] srcPotentials,
                       int[] trgVarPos,
                       int[] trgVarPosMultipliers,
                       double[] trgPotentials)
Method Detail

project

public void project()

normalize

public static void normalize(double[] darray,
                             double sum)

recurse

public void recurse(int currentVar,
                    int targetVarPos)

Drools :: Beliefs 6.2.0.Beta2

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