public interface Parameterized
Modifier and Type | Method and Description |
---|---|
Parameter |
getParameter(String paramName)
Returns the parameter with the given name.
|
List<Parameter> |
getParameters()
Returns the list of parameters that can be altered for this learner.
|
List<Parameter> getParameters()
Parameter getParameter(String paramName)
paramName
- the name of the parameter to obtainCopyright © 2017. All rights reserved.