public interface StochasticCostFunction
| Modifier and Type | Method and Description |
|---|---|
de.jungblut.math.minimize.CostGradientTuple |
observeExample(de.jungblut.online.ml.FeatureOutcomePair next,
de.jungblut.math.DoubleVector weights)
Observes the next example using the given weights.
|
de.jungblut.math.minimize.CostGradientTuple observeExample(de.jungblut.online.ml.FeatureOutcomePair next,
de.jungblut.math.DoubleVector weights)
next - the next item on the stream.weights - the current weights.Copyright © 2015. All rights reserved.