Uses of Class
com.bayesserver.analysis.ImpactOutputItem
-
Packages that use ImpactOutputItem Package Description com.bayesserver.analysis -
-
Uses of ImpactOutputItem in com.bayesserver.analysis
Methods in com.bayesserver.analysis that return types with arguments of type ImpactOutputItem Modifier and Type Method Description List<ImpactOutputItem>
ImpactOutput. getItems()
Gets the output for each combination.Methods in com.bayesserver.analysis with parameters of type ImpactOutputItem Modifier and Type Method Description void
ImpactAction. execute(ImpactOutputItem outputItem)
Receives an individual impact item from theImpact.calculate(com.bayesserver.Network, com.bayesserver.Variable, com.bayesserver.State, com.bayesserver.inference.Evidence, java.util.List<com.bayesserver.Variable>, com.bayesserver.analysis.ImpactOptions)
method.
-