Interface MaxAbsScalerParams

All Superinterfaces:
HasInputCol, HasOutputCol, Identifiable, Params, Serializable, scala.Serializable
All Known Implementing Classes:
MaxAbsScaler, MaxAbsScalerModel

public interface MaxAbsScalerParams extends Params, HasInputCol, HasOutputCol
  • Method Details

    • validateAndTransformSchema

      StructType validateAndTransformSchema(StructType schema)
      Validates and transforms the input schema.