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