| Package | Description |
|---|---|
| com.bayesserver.analysis |
| Modifier and Type | Method and 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.
|
Copyright © 2021. All rights reserved.