Class GradientStepFunction
- java.lang.Object
-
- org.deeplearning4j.nn.conf.stepfunctions.StepFunction
-
- org.deeplearning4j.nn.conf.stepfunctions.GradientStepFunction
-
- All Implemented Interfaces:
Serializable
,Cloneable
public class GradientStepFunction extends StepFunction
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GradientStepFunction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
int
hashCode()
String
toString()
-
Methods inherited from class org.deeplearning4j.nn.conf.stepfunctions.StepFunction
clone
-
-