@Deprecated public class GravesLSTM extends FeedForwardLayer<org.deeplearning4j.nn.conf.layers.GravesLSTM> implements weka.core.OptionHandler, java.io.Serializable
Constructor and Description |
---|
GravesLSTM()
Deprecated.
Constructor for setting some defaults.
|
Modifier and Type | Method and Description |
---|---|
Activation |
getGateActivationFn()
Deprecated.
|
java.lang.String[] |
getOptions()
Deprecated.
Gets the current settings of the Classifier.
|
java.lang.String |
globalInfo()
Deprecated.
Global info.
|
void |
initializeBackend()
Deprecated.
Initialize the DL4J backend.
|
java.util.Enumeration<weka.core.Option> |
listOptions()
Deprecated.
Returns an enumeration describing the available options.
|
void |
setGateActivationFn(Activation gateActivationFn)
Deprecated.
|
void |
setOptions(java.lang.String[] options)
Deprecated.
Parses a given list of options.
|
getActivationFunction, getNOut, setActivationFunction, setNOut
create, getBackend, getLayerName, setBackend, setLayerName
public GravesLSTM()
public void initializeBackend()
ApiWrapper
initializeBackend
in interface ApiWrapper<org.deeplearning4j.nn.conf.layers.GravesLSTM>
public java.lang.String globalInfo()
@OptionMetadata(displayName="gate activation function", description="The activation function to use for the gates (default = ActivationSigmoid).", commandLineParamName="gateActivation", commandLineParamSynopsis="-gateActivation <specification>", displayOrder=2) public Activation getGateActivationFn()
public void setGateActivationFn(Activation gateActivationFn)
public java.util.Enumeration<weka.core.Option> listOptions()
listOptions
in interface weka.core.OptionHandler
listOptions
in class FeedForwardLayer<org.deeplearning4j.nn.conf.layers.GravesLSTM>
public java.lang.String[] getOptions()
getOptions
in interface weka.core.OptionHandler
getOptions
in class FeedForwardLayer<org.deeplearning4j.nn.conf.layers.GravesLSTM>
public void setOptions(java.lang.String[] options) throws java.lang.Exception
setOptions
in interface weka.core.OptionHandler
setOptions
in class FeedForwardLayer<org.deeplearning4j.nn.conf.layers.GravesLSTM>
options
- the list of options as an array of stringsjava.lang.Exception
- if an option is not supported