public static class Aggregator.Exemplar extends water.Iced<Aggregator.Exemplar>
| Modifier and Type | Method and Description |
|---|---|
static Aggregator.Exemplar[] |
addExemplar(Aggregator.Exemplar[] es,
Aggregator.Exemplar e)
Add a new exemplar to the input array (doubling it if necessary)
|
static Aggregator.Exemplar[] |
trim(Aggregator.Exemplar[] es)
Trim any training nulls
|
public static Aggregator.Exemplar[] addExemplar(Aggregator.Exemplar[] es, Aggregator.Exemplar e)
es - Array of exemplarse - Adding this exemplar to the array of exemplarspublic static Aggregator.Exemplar[] trim(Aggregator.Exemplar[] es)
es - the array to trim