Package com.bayesserver
Class ParameterCountOptions
- java.lang.Object
-
- com.bayesserver.ParameterCountOptions
-
public final class ParameterCountOptions extends Object
Options forParameterCounter
.
-
-
Constructor Summary
Constructors Constructor Description ParameterCountOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
getExcludeNullDistributions()
Gets a value indicating whether null distributions are excluded from the parameter count.void
setExcludeNullDistributions(boolean value)
Sets a value indicating whether null distributions are excluded from the parameter count.
-
-
-
Method Detail
-
getExcludeNullDistributions
public boolean getExcludeNullDistributions()
Gets a value indicating whether null distributions are excluded from the parameter count.- Returns:
true
if null distributions should be excluded; otherwise,false
.
-
setExcludeNullDistributions
public void setExcludeNullDistributions(boolean value)
Sets a value indicating whether null distributions are excluded from the parameter count.- Parameters:
value
-true
if null distributions should be excluded; otherwise,false
.
-
-