public class AdaptiveStreamFeatureStatistics extends Object implements StreamFeatureStatistics, Serializable
| Constructor and Description |
|---|
AdaptiveStreamFeatureStatistics() |
AdaptiveStreamFeatureStatistics(long maxSize) |
public AdaptiveStreamFeatureStatistics()
public AdaptiveStreamFeatureStatistics(long maxSize)
public void update(double feature)
update in interface StreamFeatureStatisticspublic Long getCount()
getCount in interface StreamFeatureStatisticspublic Double getMean()
getMean in interface StreamFeatureStatisticspublic Double getVariance()
getVariance in interface StreamFeatureStatisticspublic Double getStdDev()
getStdDev in interface StreamFeatureStatisticsCopyright © 2013. All Rights Reserved.