public class Cropping2D extends NoParamLayer<org.deeplearning4j.nn.conf.layers.convolutional.Cropping2D> implements weka.core.OptionHandler, java.io.Serializable
| Constructor and Description |
|---|
Cropping2D()
Constructor for setting some defaults.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String[] |
getOptions()
Gets the current settings of the Classifier.
|
java.lang.String |
globalInfo()
Global info.
|
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.
|
create, getBackend, getLayerName, setBackend, setLayerNamepublic void initializeBackend()
ApiWrapperinitializeBackend in interface ApiWrapper<org.deeplearning4j.nn.conf.layers.convolutional.Cropping2D>public java.lang.String globalInfo()
public java.util.Enumeration<weka.core.Option> listOptions()
listOptions in interface weka.core.OptionHandlerlistOptions in class NoParamLayer<org.deeplearning4j.nn.conf.layers.convolutional.Cropping2D>public java.lang.String[] getOptions()
getOptions in interface weka.core.OptionHandlergetOptions in class NoParamLayer<org.deeplearning4j.nn.conf.layers.convolutional.Cropping2D>public void setOptions(java.lang.String[] options)
throws java.lang.Exception
setOptions in interface weka.core.OptionHandlersetOptions in class NoParamLayer<org.deeplearning4j.nn.conf.layers.convolutional.Cropping2D>options - the list of options as an array of stringsjava.lang.Exception - if an option is not supported