public class NegativeGradientStepFunction extends Object implements StepFunction
| Constructor and Description |
|---|
NegativeGradientStepFunction() |
| Modifier and Type | Method and Description |
|---|---|
void |
step() |
void |
step(INDArray x,
INDArray line)
Step with no parameters
|
void |
step(INDArray x,
INDArray line,
double step)
Step with the given parameters
|
public void step(INDArray x, INDArray line, double step)
StepFunctionstep in interface StepFunctionx - the current parametersline - the line to steppublic void step(INDArray x, INDArray line)
StepFunctionstep in interface StepFunctionpublic void step()
step in interface StepFunctionCopyright © 2019. All rights reserved.