Package com.bayesserver
Class Decomposer
- java.lang.Object
-
- com.bayesserver.Decomposer
-
public final class Decomposer extends Object
Contains methods to decompose nodes with multiple variables into their single variable equivalents.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static DecomposeOutput
decompose(Network network, DecomposeOptions options)
Decomposes a Bayesian network containing nodes with multiple variables into its single variable node equivalent.
-
-
-
Method Detail
-
decompose
public static DecomposeOutput decompose(Network network, DecomposeOptions options)
Decomposes a Bayesian network containing nodes with multiple variables into its single variable node equivalent.- Parameters:
network
- The network containing nodes with multiple variables.options
- Options that govern the decomposition.- Returns:
- The equivalent single variable node Bayesian network.
-
-