Package smile.data.transform
Class ColumnTransform
java.lang.Object
smile.data.transform.ColumnTransform
- All Implemented Interfaces:
Serializable,Function<Tuple,,Tuple> Transform
- Direct Known Subclasses:
InvertibleColumnTransform
Column-wise data transformation.
- See Also:
-
Constructor Details
-
ColumnTransform
Constructor.- Parameters:
name- the name of transformation.transforms- the map of column name to transform lambda.
-
-
Method Details
-
apply
-
apply
Description copied from interface:TransformApplies this transform to the given argument. -
toString
-