public abstract class DataTransformBase extends Object implements DataTransform, Parameterized
Parameter.getParamsFromMethods(java.lang.Object)
than there is no
reason to use this class.Constructor and Description |
---|
DataTransformBase() |
Modifier and Type | Method and Description |
---|---|
abstract DataTransform |
clone() |
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.
|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
fit, transform
public List<Parameter> getParameters()
Parameterized
getParameters
in interface Parameterized
public Parameter getParameter(String paramName)
Parameterized
getParameter
in interface Parameterized
paramName
- the name of the parameter to obtainpublic abstract DataTransform clone()
clone
in interface DataTransform
clone
in class Object
Copyright © 2017. All rights reserved.