Package org.drools.beliefs.bayes
Class BayesProjection
- java.lang.Object
-
- org.drools.beliefs.bayes.BayesProjection
-
public class BayesProjection extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description BayesProjection(BayesVariable[] srcVars, double[] srcPotentials, int[] trgVarPos, int[] trgVarPosMultipliers, double[] trgPotentials)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidnormalize(double[] darray, double sum)voidproject()voidrecurse(int currentVar, int targetVarPos)
-
-
-
Constructor Detail
-
BayesProjection
public BayesProjection(BayesVariable[] srcVars, double[] srcPotentials, int[] trgVarPos, int[] trgVarPosMultipliers, double[] trgPotentials)
-
-