public class RmsProp extends Updater<org.nd4j.linalg.learning.config.RmsProp>
Constructor and Description |
---|
RmsProp() |
Modifier and Type | Method and Description |
---|---|
double |
getEpsilon() |
java.lang.String[] |
getOptions()
Gets the current settings of the Classifier.
|
double |
getRmsDecay() |
void |
initializeBackend()
Initialize the DL4J backend.
|
java.util.Enumeration<weka.core.Option> |
listOptions()
Returns an enumeration describing the available options.
|
void |
setEpsilon(double epsilon) |
void |
setOptions(java.lang.String[] options)
Parses a given list of options.
|
void |
setRmsDecay(double rmsDecay) |
create, getBackend, getLearningRate, getLearningRateSchedule, hasLearningRate, setBackend, setLearningRate, setLearningRateSchedule
@OptionMetadata(displayName="rmsDecay", description="The rms decay (default = 0.95).", commandLineParamName="rmsDecay", commandLineParamSynopsis="-rmsDecay <double>", displayOrder=1) public double getRmsDecay()
public void setRmsDecay(double rmsDecay)
@OptionMetadata(displayName="epsilon", description="The epsilon parameter (default = 1.0E-8).", commandLineParamName="epsilon", commandLineParamSynopsis="-epsilon <double>", displayOrder=2) public double getEpsilon()
public void setEpsilon(double epsilon)
public void initializeBackend()
ApiWrapper
public java.util.Enumeration<weka.core.Option> listOptions()
listOptions
in interface weka.core.OptionHandler
listOptions
in class Updater<org.nd4j.linalg.learning.config.RmsProp>
public java.lang.String[] getOptions()
getOptions
in interface weka.core.OptionHandler
getOptions
in class Updater<org.nd4j.linalg.learning.config.RmsProp>
public void setOptions(java.lang.String[] options) throws java.lang.Exception
setOptions
in interface weka.core.OptionHandler
setOptions
in class Updater<org.nd4j.linalg.learning.config.RmsProp>
options
- the list of options as an array of stringsjava.lang.Exception
- if an option is not supported