Uses of Class
org.deeplearning4j.nn.conf.stepfunctions.StepFunction
-
Packages that use StepFunction Package Description org.deeplearning4j.nn.conf org.deeplearning4j.nn.conf.stepfunctions org.deeplearning4j.nn.transferlearning org.deeplearning4j.optimize.stepfunctions -
-
Uses of StepFunction in org.deeplearning4j.nn.conf
Fields in org.deeplearning4j.nn.conf declared as StepFunction Modifier and Type Field Description protected StepFunction
NeuralNetConfiguration.Builder. stepFunction
protected StepFunction
NeuralNetConfiguration. stepFunction
Methods in org.deeplearning4j.nn.conf with parameters of type StepFunction Modifier and Type Method Description NeuralNetConfiguration.Builder
NeuralNetConfiguration.Builder. stepFunction(StepFunction stepFunction)
Deprecated. -
Uses of StepFunction in org.deeplearning4j.nn.conf.stepfunctions
Subclasses of StepFunction in org.deeplearning4j.nn.conf.stepfunctions Modifier and Type Class Description class
DefaultStepFunction
class
GradientStepFunction
class
NegativeDefaultStepFunction
class
NegativeGradientStepFunction
Methods in org.deeplearning4j.nn.conf.stepfunctions that return StepFunction Modifier and Type Method Description StepFunction
StepFunction. clone()
-
Uses of StepFunction in org.deeplearning4j.nn.transferlearning
Fields in org.deeplearning4j.nn.transferlearning declared as StepFunction Modifier and Type Field Description protected StepFunction
FineTuneConfiguration. stepFunction
Methods in org.deeplearning4j.nn.transferlearning with parameters of type StepFunction Modifier and Type Method Description FineTuneConfiguration.Builder
FineTuneConfiguration.Builder. stepFunction(StepFunction stepFunction)
-
Uses of StepFunction in org.deeplearning4j.optimize.stepfunctions
Methods in org.deeplearning4j.optimize.stepfunctions with parameters of type StepFunction Modifier and Type Method Description static StepFunction
StepFunctions. createStepFunction(StepFunction stepFunction)
-