public class AdaGrad extends Updater<org.nd4j.linalg.learning.config.AdaGrad>
Constructor and Description |
---|
AdaGrad() |
Modifier and Type | Method and Description |
---|---|
double |
getEpsilon() |
java.lang.String[] |
getOptions()
Gets the current settings of the Classifier.
|
boolean |
hasLearningRate() |
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.
|
create, getBackend, getLearningRate, getLearningRateSchedule, setBackend, setLearningRate, setLearningRateSchedule
@OptionMetadata(displayName="epsilon", description="The epsilon parameter (default = 1.0E-6).", commandLineParamName="epsilon", commandLineParamSynopsis="-epsilon <double>", displayOrder=1) public double getEpsilon()
public void setEpsilon(double epsilon)
public void initializeBackend()
ApiWrapper
public boolean hasLearningRate()
hasLearningRate
in class Updater<org.nd4j.linalg.learning.config.AdaGrad>
public java.util.Enumeration<weka.core.Option> listOptions()
listOptions
in interface weka.core.OptionHandler
listOptions
in class Updater<org.nd4j.linalg.learning.config.AdaGrad>
public java.lang.String[] getOptions()
getOptions
in interface weka.core.OptionHandler
getOptions
in class Updater<org.nd4j.linalg.learning.config.AdaGrad>
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.AdaGrad>
options
- the list of options as an array of stringsjava.lang.Exception
- if an option is not supported