public class AdaGradUpdate extends java.lang.Object implements UpdateRule
| Constructor and Description |
|---|
AdaGradUpdate() |
| Modifier and Type | Method and Description |
|---|---|
double |
getEps() |
void |
init(StochasticGradientDescent theTraining) |
void |
setEps(double eps) |
void |
update(double[] gradients,
double[] weights) |
public void init(StochasticGradientDescent theTraining)
init in interface UpdateRulepublic void update(double[] gradients,
double[] weights)
update in interface UpdateRulepublic double getEps()
public void setEps(double eps)