| Package | Description |
|---|---|
| de.jungblut.online.minimizer |
| Modifier and Type | Method and Description |
|---|---|
de.jungblut.math.DoubleVector |
StochasticMinimizer.minimize(de.jungblut.math.DoubleVector start,
java.util.function.Supplier<java.util.stream.Stream<de.jungblut.online.ml.FeatureOutcomePair>> streamSupplier,
StochasticCostFunction costFunction,
int numPasses,
boolean verbose)
Minimizes the given stochastic cost function on the supplied streams for
the given amount of passes over the data.
|
de.jungblut.math.DoubleVector |
StochasticGradientDescent.minimize(de.jungblut.math.DoubleVector start,
java.util.function.Supplier<java.util.stream.Stream<de.jungblut.online.ml.FeatureOutcomePair>> streamSupplier,
StochasticCostFunction costFunction,
int numPasses,
boolean verbose) |
Copyright © 2015. All rights reserved.