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 booleangetExcludeNullDistributions()Gets a value indicating whether null distributions are excluded from the parameter count.voidsetExcludeNullDistributions(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:
trueif 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-trueif null distributions should be excluded; otherwise,false.
-
-