public class BroadcastLambdaLayer extends SameDiffLayer<CustomBroadcast> implements weka.core.OptionHandler, java.io.Serializable
Constructor and Description |
---|
BroadcastLambdaLayer()
Constructor for setting some defaults.
|
Modifier and Type | Method and Description |
---|---|
CustomBroadcast |
getBackend()
Access the DL4J backend.
|
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 |
setBackend(CustomBroadcast newBackend)
Set the DL4J backend.
|
void |
setOptions(java.lang.String[] options)
Parses a given list of options.
|
create, getLayerName, setLayerName
public BroadcastLambdaLayer()
public void initializeBackend()
ApiWrapper
initializeBackend
in interface ApiWrapper<CustomBroadcast>
public CustomBroadcast getBackend()
ApiWrapper
getBackend
in interface ApiWrapper<CustomBroadcast>
getBackend
in class Layer<CustomBroadcast>
public void setBackend(CustomBroadcast newBackend)
ApiWrapper
setBackend
in interface ApiWrapper<CustomBroadcast>
setBackend
in class Layer<CustomBroadcast>
newBackend
- Backend that should be wrapped by this classpublic java.lang.String globalInfo()
public java.util.Enumeration<weka.core.Option> listOptions()
listOptions
in interface weka.core.OptionHandler
listOptions
in class SameDiffLayer<CustomBroadcast>
public java.lang.String[] getOptions()
getOptions
in interface weka.core.OptionHandler
getOptions
in class SameDiffLayer<CustomBroadcast>
public void setOptions(java.lang.String[] options) throws java.lang.Exception
setOptions
in interface weka.core.OptionHandler
setOptions
in class SameDiffLayer<CustomBroadcast>
options
- the list of options as an array of stringsjava.lang.Exception
- if an option is not supported