public class MLPLayersParameter extends AbstractPropertyParameter
| Modifier and Type | Field and Description |
|---|---|
static int |
MAX_CANDIDATES_TO_GENERATE
restricts the number of candidates that are being generated exhaustively
|
| Constructor and Description |
|---|
MLPLayersParameter() |
| Modifier and Type | Method and Description |
|---|---|
long |
calculateNumberOfCandidates()
Calculates the number of possible candidate structures
|
Object |
evaluate(Object point)
Returns the evaluated value.
|
String[] |
getItems()
Generates all possible number of layer combinations
|
int |
getMaxLayers()
Returns the value for this property.
|
int |
getMaxLayerSize()
Returns the value for this property.
|
int |
getMinLayers()
Returns the value for this property.
|
int |
getMinLayerSize()
Returns the value for this property.
|
String[] |
getOptions()
returns the options of the current setup.
|
String |
globalInfo()
Returns a string describing the object.
|
Enumeration |
listOptions()
Gets an enumeration describing the available options.
|
String |
maxLayerSizeTipText()
Returns the tip text for this property.
|
String |
maxLayersTipText()
Returns the tip text for this property.
|
String |
minLayerSizeTipText()
Returns the tip text for this property.
|
String |
minLayersTipText()
Returns the tip text for this property.
|
void |
setMaxLayers(int maxLayers)
Sets the value for this property.
|
void |
setMaxLayerSize(int maxLayerSize)
Sets the value for this property.
|
void |
setMinLayers(int minLayers)
Sets the value for this property.
|
void |
setMinLayerSize(int minLayerSize)
Sets the value for this property.
|
void |
setOptions(String[] options)
Parses the options for this object.
|
SpaceDimension |
spaceDimension()
Returns the parameter as space dimensions.
|
String |
toString()
Returns a string representation of the search parameter.
|
getProperty, propertyTipText, setPropertyclonepublic static final int MAX_CANDIDATES_TO_GENERATE
public String globalInfo()
globalInfo in class AbstractPropertyParameterpublic Enumeration listOptions()
listOptions in interface weka.core.OptionHandlerlistOptions in class AbstractPropertyParameterpublic String[] getOptions()
getOptions in interface weka.core.OptionHandlergetOptions in class AbstractPropertyParameterpublic void setOptions(String[] options) throws Exception
setOptions in interface weka.core.OptionHandlersetOptions in class AbstractPropertyParameteroptions - the options to useException - if setting of options failspublic String minLayersTipText()
public int getMinLayers()
public void setMinLayers(int minLayers)
minLayers - minimal number of layers to generatepublic String maxLayersTipText()
public int getMaxLayers()
public void setMaxLayers(int maxLayers)
maxLayers - maximal number of layers to generatepublic String minLayerSizeTipText()
public int getMinLayerSize()
public void setMinLayerSize(int minLayerSize)
minLayerSize - minimum layer sizepublic String maxLayerSizeTipText()
public int getMaxLayerSize()
public void setMaxLayerSize(int maxLayerSize)
maxLayerSize - maximum layer sizepublic long calculateNumberOfCandidates()
public String[] getItems() throws Exception
Exception - if the splitting failspublic SpaceDimension spaceDimension() throws Exception
spaceDimension in class AbstractParameterException - if instantiation of dimension failspublic Object evaluate(Object point)
evaluate in class AbstractParameterpoint - the point to evaluatepublic String toString()
toString in class AbstractPropertyParameterCopyright © 2021 University of Waikato, Hamilton, NZ. All Rights Reserved.