public static class IncrementalLearningSkeleton.Predictor extends Object implements CoMapFunction<Integer,Double[],Integer>
| Constructor and Description |
|---|
Predictor() |
| Modifier and Type | Method and Description |
|---|---|
protected Double[] |
getBatchModel() |
Integer |
map1(Integer value) |
Integer |
map2(Double[] value) |
protected Integer |
predict(Integer inTuple) |
Copyright © 2014 The Apache Software Foundation. All rights reserved.