public static class DoubleAnalysis.Builder extends NumericalColumnAnalysis.Builder<DoubleAnalysis.Builder>
countMaxValue, countMinValue, countNegative, countPositive, countTotal, countZero, histogramBucketCounts, histogramBuckets, mean, sampleStdev, sampleVariance
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
DoubleAnalysis |
build() |
DoubleAnalysis.Builder |
countNaN(long countNaN) |
DoubleAnalysis.Builder |
max(double max) |
DoubleAnalysis.Builder |
min(double min) |
countMaxValue, countMinValue, countNegative, countPositive, countTotal, countZero, histogramBucketCounts, histogramBuckets, mean, sampleStdev, sampleVariance
public DoubleAnalysis.Builder min(double min)
public DoubleAnalysis.Builder max(double max)
public DoubleAnalysis.Builder countNaN(long countNaN)
public DoubleAnalysis build()