Package com.bayesserver.analysis
Class HistogramDensityOptions
- java.lang.Object
-
- com.bayesserver.analysis.HistogramDensityOptions
-
public final class HistogramDensityOptions extends Object
Options for learning a histogram based empirical density.
-
-
Constructor Summary
Constructors Constructor Description HistogramDensityOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getSuggestedBinCount()
Gets the approximate number of bins to use to represent the approximate density function.void
setSuggestedBinCount(int value)
Sets the approximate number of bins to use to represent the approximate density function.
-
-
-
Method Detail
-
getSuggestedBinCount
public int getSuggestedBinCount()
Gets the approximate number of bins to use to represent the approximate density function.
-
setSuggestedBinCount
public void setSuggestedBinCount(int value)
Sets the approximate number of bins to use to represent the approximate density function.
-
-