FeatureBase<T>.GetParam(String) Method

Definition

Retrieves a Microsoft.Spark.ML.Feature.Param so that it can be used to set the value of the Microsoft.Spark.ML.Feature.Param on the object.

public Microsoft.Spark.ML.Feature.Param.Param GetParam (string paramName);
member this.GetParam : string -> Microsoft.Spark.ML.Feature.Param.Param
Public Function GetParam (paramName As String) As Param

Parameters

paramName
String

The name of the Microsoft.Spark.ML.Feature.Param to get.

Returns

Microsoft.Spark.ML.Feature.Param that can be used to set the actual value

Applies to