public interface OnlineLearner<M extends Model>
| Modifier and Type | Method and Description |
|---|---|
M |
train(java.util.function.Supplier<java.util.stream.Stream<de.jungblut.online.ml.FeatureOutcomePair>> streamSupplier)
Trains a new model using the supplied streams.
|
M train(java.util.function.Supplier<java.util.stream.Stream<de.jungblut.online.ml.FeatureOutcomePair>> streamSupplier)
streamSupplier - the supplier that creates a new stream that can be
consumed.Copyright © 2015. All rights reserved.