public class RegressionUpdater extends storm.trident.state.BaseStateUpdater<storm.trident.state.map.MapState<Regressor>>
| Constructor and Description |
|---|
RegressionUpdater(String classifierName,
Regressor initialRegressor) |
| Modifier and Type | Method and Description |
|---|---|
void |
updateState(storm.trident.state.map.MapState<Regressor> state,
List<storm.trident.tuple.TridentTuple> tuples,
storm.trident.operation.TridentCollector collector) |
Copyright © 2013. All rights reserved.