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 SummaryConstructors Constructor Description HistogramDensityOptions()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetSuggestedBinCount()Gets the approximate number of bins to use to represent the approximate density function.voidsetSuggestedBinCount(int value)Sets the approximate number of bins to use to represent the approximate density function.
 
- 
- 
- 
Method Detail- 
getSuggestedBinCountpublic int getSuggestedBinCount() Gets the approximate number of bins to use to represent the approximate density function.
 - 
setSuggestedBinCountpublic void setSuggestedBinCount(int value) Sets the approximate number of bins to use to represent the approximate density function.
 
- 
 
-