Packages

package feature

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. trait HasMapEntrySelectorParams extends Params with HasInputCol with HasOutputCol
  2. class Imputer extends Estimator[ImputerModel] with ImputerParams with DefaultParamsWritable

    :: Experimental :: Imputation estimator for completing missing values, either using the mean or the median of the column in which the missing values are located.

    :: Experimental :: Imputation estimator for completing missing values, either using the mean or the median of the column in which the missing values are located. The input column should be of DoubleType or FloatType. Currently Imputer does not support categorical features yet (SPARK-15041) and possibly creates incorrect values for a categorical feature.

    Note that the mean/median value is computed after filtering out missing values. All Null values in the input column are treated as missing, and so are also imputed.

    Annotations
    @Experimental()
  3. class ImputerModel extends Model[ImputerModel] with ImputerParams with MLWritable

    :: Experimental :: Model fitted by Imputer.

    :: Experimental :: Model fitted by Imputer.

    Annotations
    @Experimental()
  4. class MapEntrySelector[K, V] extends Estimator[MapEntrySelectorModel[K, V]] with HasMapEntrySelectorParams
  5. class MapEntrySelectorModel[K, V] extends Model[MapEntrySelectorModel[K, V]] with HasMapEntrySelectorParams
  6. class MathBinary extends Transformer with MathBinaryParams with MLWritable
  7. trait MathBinaryParams extends HasOutputCol

    Created by hollinwilkins on 12/27/16.

  8. class MathUnary extends Transformer with HasInputCol with HasOutputCol with MLWritable

    Created by hollinwilkins on 12/27/16.

  9. class MultinomialLabeler extends Transformer with HasFeaturesCol with HasProbabilitiesCol with HasLabelsCol

    Created by hollinwilkins on 1/18/17.

  10. class StringMap extends Transformer with HasInputCol with HasOutputCol with MLWritable

    Created by hollinwilkins on 2/5/17.

  11. class WordLengthFilter extends Transformer with WordLengthFilterParams with DefaultParamsWritable

Value Members

  1. object Imputer extends DefaultParamsReadable[Imputer] with Serializable
    Annotations
    @Since( "2.1.0" )
  2. object ImputerModel extends MLReadable[ImputerModel] with Serializable
    Annotations
    @Since( "2.1.0" )
  3. object MathBinary extends MLReadable[MathBinary] with Serializable
  4. object MathUnary extends MLReadable[MathUnary] with Serializable
  5. object StringMap extends MLReadable[StringMap] with Serializable
  6. object WordLengthFilter extends DefaultParamsReadable[WordLengthFilter] with Serializable

Ungrouped