public final class DecomposeOutput extends Object
Decomposer.decompose(com.bayesserver.Network, com.bayesserver.DecomposeOptions).| Modifier and Type | Method and Description | 
|---|---|
Network | 
getDecomposedNetwork()
Gets the network, which is the decomposed equivalent of the original network. 
 | 
Variable | 
getDecomposedVariable(Variable networkVariable)
Maps a variable in the original network to the equivalent variable in the decomposed network. 
 | 
Network | 
getOriginalNetwork()
Gets the original network, containing nodes with multiple variables. 
 | 
Variable | 
getOriginalVariable(Variable decomposedVariable)
Maps a variable in the decomposed network to the equivalent variable in the original network. 
 | 
public Network getOriginalNetwork()
public Network getDecomposedNetwork()
public Variable getOriginalVariable(Variable decomposedVariable)
decomposedVariable - The variable in the decomposed network.public Variable getDecomposedVariable(Variable networkVariable)
networkVariable - The variable in the original network.Copyright © 2021. All rights reserved.