public class RobustStandardizer extends Standardizer
copy
Constructor and Description |
---|
RobustStandardizer()
Constructor.
|
RobustStandardizer(boolean copy)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
learn(smile.data.Attribute[] attributes,
double[][] data)
Learns transformation parameters from a dataset.
|
java.lang.String |
toString() |
transform
learn, transform
public RobustStandardizer()
public RobustStandardizer(boolean copy)
copy
- If false, try to avoid a copy and do inplace scaling instead.public void learn(smile.data.Attribute[] attributes, double[][] data)
FeatureTransform
learn
in class Standardizer
attributes
- The variable attributes. Of which, numeric variables
will be standardized.data
- The training data to learn scaling parameters.
The data will not be modified.public java.lang.String toString()
toString
in class Standardizer