public class InverseSchedule extends Schedule<org.nd4j.linalg.schedule.InverseSchedule>
| Constructor and Description |
|---|
InverseSchedule() |
| Modifier and Type | Method and Description |
|---|---|
org.nd4j.linalg.schedule.InverseSchedule |
getBackend()
Access the DL4J backend.
|
double |
getGamma() |
java.lang.String[] |
getOptions()
Gets the current settings of the Classifier.
|
double |
getPower() |
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.InverseSchedule newBackend)
Set the DL4J backend.
|
void |
setGamma(double gamma) |
void |
setOptions(java.lang.String[] options)
Parses a given list of options.
|
void |
setPower(double power) |
create, 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)
@OptionMetadata(displayName="power",
description="The power value (default = 1.0).",
commandLineParamName="power",
commandLineParamSynopsis="-power <double>",
displayOrder=3)
public double getPower()
public void setPower(double power)
public org.nd4j.linalg.schedule.InverseSchedule getBackend()
ApiWrappergetBackend in interface ApiWrapper<org.nd4j.linalg.schedule.InverseSchedule>getBackend in class Schedule<org.nd4j.linalg.schedule.InverseSchedule>public void setBackend(org.nd4j.linalg.schedule.InverseSchedule 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.InverseSchedule>public java.lang.String[] getOptions()
getOptions in interface weka.core.OptionHandlergetOptions in class Schedule<org.nd4j.linalg.schedule.InverseSchedule>public void setOptions(java.lang.String[] options)
throws java.lang.Exception
setOptions in interface weka.core.OptionHandlersetOptions in class Schedule<org.nd4j.linalg.schedule.InverseSchedule>options - the list of options as an array of stringsjava.lang.Exception - if an option is not supported