public class DoubleAnalysis extends NumericalColumnAnalysis
| Modifier and Type | Class and Description |
|---|---|
static class |
DoubleAnalysis.Builder |
countMaxValue, countMinValue, countNegative, countPositive, countTotal, countZero, digest, histogramBucketCounts, histogramBuckets, mean, sampleStdev, sampleVariance| Modifier and Type | Method and Description |
|---|---|
ColumnType |
getColumnType() |
double |
getMaxDouble() |
double |
getMinDouble() |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetCountTotalpublic String toString()
toString in class NumericalColumnAnalysispublic double getMinDouble()
getMinDouble in class NumericalColumnAnalysispublic double getMaxDouble()
getMaxDouble in class NumericalColumnAnalysispublic ColumnType getColumnType()
Copyright © 2019. All rights reserved.