java.lang.Object
com.pervasive.datarush.analytics.stats.AbstractContinuousStatistics<Double>
com.pervasive.datarush.analytics.stats.ContinuousStatistics
Object representation of the PMML
ContStats element.- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.pervasive.datarush.analytics.stats.AbstractContinuousStatistics
AbstractContinuousStatistics.IntervalCounts<T extends Number & Comparable<? super T>> -
Field Summary
Fields inherited from class com.pervasive.datarush.analytics.stats.AbstractContinuousStatistics
ATTR_TOTAL_SQUARES_SUM, ATTR_TOTAL_VALUES_SUM, intervalCounts, totalSquaresSum, totalValuesSum -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.pervasive.datarush.analytics.stats.AbstractContinuousStatistics
getIntervalCounts, getNumericType, getTotalSquaresSum, getTotalValuesSum, setIntervalCounts, setTotalSquaresSum, setTotalValuesSum
-
Constructor Details
-
ContinuousStatistics
public ContinuousStatistics()Creates an emptyContinuousStatisticselement
-