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 StepFunctionNeuralNetConfiguration.Builder. stepFunctionprotected StepFunctionNeuralNetConfiguration. stepFunctionMethods in org.deeplearning4j.nn.conf with parameters of type StepFunction Modifier and Type Method Description NeuralNetConfiguration.BuilderNeuralNetConfiguration.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 classDefaultStepFunctionclassGradientStepFunctionclassNegativeDefaultStepFunctionclassNegativeGradientStepFunctionMethods in org.deeplearning4j.nn.conf.stepfunctions that return StepFunction Modifier and Type Method Description StepFunctionStepFunction. clone() -
Uses of StepFunction in org.deeplearning4j.nn.transferlearning
Fields in org.deeplearning4j.nn.transferlearning declared as StepFunction Modifier and Type Field Description protected StepFunctionFineTuneConfiguration. stepFunctionMethods in org.deeplearning4j.nn.transferlearning with parameters of type StepFunction Modifier and Type Method Description FineTuneConfiguration.BuilderFineTuneConfiguration.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 StepFunctionStepFunctions. createStepFunction(StepFunction stepFunction)
-