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 theValueOfInformationOptions
class.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LogarithmBase
getLogarithmBase()
The logarithm base to use when calculatingValueOfInformation
.Integer
getTerminalTime()
Gets the terminal time, which is the time at which any terminal nodes in a Dynamic Bayesian Network connect to temporal nodes.void
setLogarithmBase(LogarithmBase value)
The logarithm base to use when calculatingValueOfInformation
.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.
-
-
-
Constructor Detail
-
ValueOfInformationOptions
public ValueOfInformationOptions()
Initializes a new instance of theValueOfInformationOptions
class.
-
-
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.
-
-