Interface VarianceThresholdSelectorParams

All Superinterfaces:
HasFeaturesCol, HasOutputCol, Identifiable, Params, Serializable, scala.Serializable
All Known Implementing Classes:
VarianceThresholdSelector, VarianceThresholdSelectorModel

public interface VarianceThresholdSelectorParams extends Params, HasFeaturesCol, HasOutputCol
  • Method Details

    • getVarianceThreshold

      double getVarianceThreshold()
    • varianceThreshold

      DoubleParam varianceThreshold()
      Param for variance threshold. Features with a variance not greater than this threshold will be removed. The default value is 0.0.

      Returns:
      (undocumented)