public class BayesProjection extends Object
| Constructor and Description |
|---|
BayesProjection(BayesVariable[] srcVars,
double[] srcPotentials,
int[] trgVarPos,
int[] trgVarPosMultipliers,
double[] trgPotentials) |
| Modifier and Type | Method and Description |
|---|---|
static void |
normalize(double[] darray,
double sum) |
void |
project() |
void |
recurse(int currentVar,
int targetVarPos) |
public BayesProjection(BayesVariable[] srcVars, double[] srcPotentials, int[] trgVarPos, int[] trgVarPosMultipliers, double[] trgPotentials)
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.