public class GaussianDropout extends AbstractDropout<org.deeplearning4j.nn.conf.dropout.GaussianDropout>
Constructor and Description |
---|
GaussianDropout() |
Modifier and Type | Method and Description |
---|---|
org.deeplearning4j.nn.conf.dropout.GaussianDropout |
getBackend()
Access the DL4J backend.
|
java.lang.String[] |
getOptions()
Gets the current settings of the Classifier.
|
Schedule<? extends org.nd4j.linalg.schedule.ISchedule> |
getRateSchedule() |
void |
initializeBackend()
Initialize the DL4J backend.
|
java.util.Enumeration<weka.core.Option> |
listOptions()
Returns an enumeration describing the available options.
|
void |
setOptions(java.lang.String[] options)
Parses a given list of options.
|
void |
setRateSchedule(Schedule<? extends org.nd4j.linalg.schedule.ISchedule> rateSchedule) |
create, setBackend
@OptionMetadata(displayName="schedule", description="The rate schedule (default = ConstantScheduleImpl).", commandLineParamName="schedule", commandLineParamSynopsis="-schedule <Schedule>", displayOrder=2) public Schedule<? extends org.nd4j.linalg.schedule.ISchedule> getRateSchedule()
public void setRateSchedule(Schedule<? extends org.nd4j.linalg.schedule.ISchedule> rateSchedule)
public org.deeplearning4j.nn.conf.dropout.GaussianDropout getBackend()
ApiWrapper
getBackend
in interface ApiWrapper<org.deeplearning4j.nn.conf.dropout.GaussianDropout>
getBackend
in class AbstractDropout<org.deeplearning4j.nn.conf.dropout.GaussianDropout>
public void initializeBackend()
ApiWrapper
public java.util.Enumeration<weka.core.Option> listOptions()
listOptions
in interface weka.core.OptionHandler
listOptions
in class AbstractDropout<org.deeplearning4j.nn.conf.dropout.GaussianDropout>
public java.lang.String[] getOptions()
getOptions
in interface weka.core.OptionHandler
getOptions
in class AbstractDropout<org.deeplearning4j.nn.conf.dropout.GaussianDropout>
public void setOptions(java.lang.String[] options) throws java.lang.Exception
setOptions
in interface weka.core.OptionHandler
setOptions
in class AbstractDropout<org.deeplearning4j.nn.conf.dropout.GaussianDropout>
options
- the list of options as an array of stringsjava.lang.Exception
- if an option is not supported