Uses of Class
com.bayesserver.analysis.ValueOfInformationOptions
-
Packages that use ValueOfInformationOptions Package Description com.bayesserver.analysis -
-
Uses of ValueOfInformationOptions in com.bayesserver.analysis
Methods in com.bayesserver.analysis with parameters of type ValueOfInformationOptions Modifier and Type Method Description static ValueOfInformationOutput
ValueOfInformation. calculate(VariableContext hypothesis, List<VariableContext> testVariables, Evidence evidence, InferenceFactory factory, ValueOfInformationOptions options)
Calculates value of information, which can be used to determine which variables are most likely to reduce the uncertainty of a particular variable.static ValueOfInformationOutput
ValueOfInformation. calculate(Variable hypothesis, List<Variable> testVariables, Evidence evidence, InferenceFactory factory, ValueOfInformationOptions options)
Calculates value of information, which can be used to determine which variables are most likely to reduce the uncertainty of a particular variable.
-