Package org.deeplearning4j.optimize.api
Interface StepFunction
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
DefaultStepFunction,GradientStepFunction,NegativeDefaultStepFunction,NegativeGradientStepFunction
public interface StepFunction extends Serializable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidstep()voidstep(INDArray x, INDArray line)Step with no parametersvoidstep(INDArray x, INDArray line, double step)Step with the given parameters
-