Package com.bayesserver.analysis
Class ValueOfInformationOptions
- java.lang.Object
-
- com.bayesserver.analysis.ValueOfInformationOptions
-
public final class ValueOfInformationOptions extends Object
Options for calculatingValueOfInformation.
-
-
Constructor Summary
Constructors Constructor Description ValueOfInformationOptions()Initializes a new instance of theValueOfInformationOptionsclass.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LogarithmBasegetLogarithmBase()The logarithm base to use when calculatingValueOfInformation.IntegergetTerminalTime()Gets the terminal time, which is the time at which any terminal nodes in a Dynamic Bayesian Network connect to temporal nodes.voidsetLogarithmBase(LogarithmBase value)The logarithm base to use when calculatingValueOfInformation.voidsetTerminalTime(Integer value)Sets the terminal time, which is the time at which any terminal nodes in a Dynamic Bayesian Network connect to temporal nodes.
-
-
-
Constructor Detail
-
ValueOfInformationOptions
public ValueOfInformationOptions()
Initializes a new instance of theValueOfInformationOptionsclass.
-
-
Method Detail
-
getLogarithmBase
public LogarithmBase getLogarithmBase()
The logarithm base to use when calculatingValueOfInformation.
-
setLogarithmBase
public void setLogarithmBase(LogarithmBase value)
The logarithm base to use when calculatingValueOfInformation.
-
getTerminalTime
public Integer getTerminalTime()
Gets the terminal time, which is the time at which any terminal nodes in a Dynamic Bayesian Network connect to temporal nodes.
-
setTerminalTime
public void setTerminalTime(Integer value)
Sets the terminal time, which is the time at which any terminal nodes in a Dynamic Bayesian Network connect to temporal nodes.
-
-