Package com.bayesserver.analysis
Class AutoInsightSamplingOptions
- java.lang.Object
-
- com.bayesserver.analysis.AutoInsightSamplingOptions
-
public final class AutoInsightSamplingOptions extends Object
Options that affect any sampling required during auto-insight calculations.
-
-
Constructor Summary
Constructors Constructor Description AutoInsightSamplingOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Integer
getSampleCount()
The number of samples used to approximate sufficient statistics, when exact inference is not possible.void
setSampleCount(Integer value)
The number of samples used to approximate sufficient statistics, when exact inference is not possible.
-
-
-
Method Detail
-
getSampleCount
public Integer getSampleCount()
The number of samples used to approximate sufficient statistics, when exact inference is not possible.
-
setSampleCount
public void setSampleCount(Integer value)
The number of samples used to approximate sufficient statistics, when exact inference is not possible.
-
-