public class StreamStatistics extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
StreamStatistics.Type |
| Constructor and Description |
|---|
StreamStatistics() |
StreamStatistics(StreamStatistics.Type type) |
StreamStatistics(StreamStatistics.Type type,
Long adativeMaxSize) |
| Modifier and Type | Method and Description |
|---|---|
static StreamStatistics |
adaptive(Long maxSize) |
static StreamStatistics |
fixed() |
List<StreamFeatureStatistics> |
getFeaturesStatistics() |
String |
toString() |
void |
update(double[] features) |
public StreamStatistics()
public StreamStatistics(StreamStatistics.Type type)
public StreamStatistics(StreamStatistics.Type type, Long adativeMaxSize)
public void update(double[] features)
public static StreamStatistics fixed()
public static StreamStatistics adaptive(Long maxSize)
public List<StreamFeatureStatistics> getFeaturesStatistics()
Copyright © 2013. All rights reserved.