public class ExponentialSchedule extends Schedule<org.nd4j.linalg.schedule.ExponentialSchedule>
| Constructor and Description |
|---|
ExponentialSchedule() |
| Modifier and Type | Method and Description |
|---|---|
double |
getGamma() |
java.lang.String[] |
getOptions()
Gets the current settings of the Classifier.
|
void |
initializeBackend()
Initialize the DL4J backend.
|
java.util.Enumeration<weka.core.Option> |
listOptions()
Returns an enumeration describing the available options.
|
void |
setBackend(org.nd4j.linalg.schedule.ExponentialSchedule newBackend)
Set the DL4J backend.
|
void |
setGamma(double gamma) |
void |
setOptions(java.lang.String[] options)
Parses a given list of options.
|
create, getBackend, getInitialValue, getScheduleType, setInitialValue, setScheduleType@OptionMetadata(displayName="gamma",
description="The gamma value (default = 0.99).",
commandLineParamName="gamma",
commandLineParamSynopsis="-gamma <double>",
displayOrder=2)
public double getGamma()
public void setGamma(double gamma)
public void setBackend(org.nd4j.linalg.schedule.ExponentialSchedule newBackend)
ApiWrappernewBackend - Backend that should be wrapped by this classpublic void initializeBackend()
ApiWrapperpublic java.util.Enumeration<weka.core.Option> listOptions()
listOptions in interface weka.core.OptionHandlerlistOptions in class Schedule<org.nd4j.linalg.schedule.ExponentialSchedule>public java.lang.String[] getOptions()
getOptions in interface weka.core.OptionHandlergetOptions in class Schedule<org.nd4j.linalg.schedule.ExponentialSchedule>public void setOptions(java.lang.String[] options)
throws java.lang.Exception
setOptions in interface weka.core.OptionHandlersetOptions in class Schedule<org.nd4j.linalg.schedule.ExponentialSchedule>options - the list of options as an array of stringsjava.lang.Exception - if an option is not supported