| Class | Description |
|---|---|
| DefaultStepFunction |
A version of DeepLearning4j's DefaultStepFunction that implements WEKA option handling.
|
| GradientStepFunction |
A version of DeepLearning4j's GradientStepFunction that implements WEKA option handling.
|
| NegativeDefaultStepFunction |
A version of DeepLearning4j's NegativeDefaultStepFunction that implements WEKA option handling.
|
| NegativeGradientStepFunction |
A version of DeepLearning4j's NegativeGradientStepFunction that implements WEKA option handling.
|
| StepFunction<T extends org.deeplearning4j.nn.conf.stepfunctions.StepFunction> |
StepFunction wrapper for Deeplearning4j's
StepFunction
classes. |