public static class IncrementalLearningSkeleton.PartialModelBuilder extends Object implements WindowMapFunction<Integer,Double[]>
| Constructor and Description |
|---|
PartialModelBuilder() |
| Modifier and Type | Method and Description |
|---|---|
protected Double[] |
buildPartialModel(Iterable<Integer> values) |
void |
mapWindow(Iterable<Integer> values,
org.apache.flink.util.Collector<Double[]> out) |
Copyright © 2014–2015 The Apache Software Foundation. All rights reserved.