public class SummaryStatisticsSettings extends Object
Constructor and Description |
---|
SummaryStatisticsSettings() |
Modifier and Type | Method and Description |
---|---|
double |
getCategoricalThreshold()
Returns threshold of unique values for selecting categorical data.
|
int |
getHistogramBins()
Returns the number of bins for the histogram.
|
int |
getSampleSize()
Returns size of the data sample.
|
void |
setCategoricalThreshold(int categoricalThreshold)
Sets threshold of unique values for selecting categorical data.
|
void |
setHistogramBins(int histogramBins)
Sets the number of bins for the histogram.
|
void |
setSampleSize(int sampleSize)
Sets size of the data sample.
|
public int getHistogramBins()
public void setHistogramBins(int histogramBins)
histogramBins
- Number of bins for the histogrampublic double getCategoricalThreshold()
public void setCategoricalThreshold(int categoricalThreshold)
categoricalThreshold
- Threshold of unique values for selecting categorical datapublic int getSampleSize()
public void setSampleSize(int sampleSize)
sampleSize
- Size of the data sampleCopyright © 2018 WSO2, Inc.. All Rights Reserved.