Microsoft.Spark.ML.Feature.Param Namespace

Classes

Param

A Param with self-contained documentation and optionally default value.

A Param references an individual parameter that includes documentation, the name of the parameter and optionally a default value. Params can either be set using the generic Param methods or by using explicit methods. For example Bucketizer has SetHandleInvalid or you can call GetParam("handleInvalid")and then Bucketizer. Set using the Param and the value you want to use.