- All Implemented Interfaces:
- Serializable, org.apache.spark.api.java.function.Function<String[],String[]>
public class RemoveResponseColumn
extends Object
implements org.apache.spark.api.java.function.Function<String[],String[]>
This class removes response columns
It is assume that the response column is the last column. If the response column is not the last column,
RemoveDiscardedFeatures transformation should be applied prior to this transformation to restructure the response
column as the last column
- See Also:
- Serialized Form