Microsoft.Spark.ML.Feature.Param Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |