public interface UpdateRule
| Modifier and Type | Method and Description |
|---|---|
void |
init(StochasticGradientDescent training) |
void |
update(double[] gradients,
double[] weights) |
void init(StochasticGradientDescent training)
void update(double[] gradients,
double[] weights)