FeatureBase<T>.Set(Param, Object) Method

Definition

Sets the value of a specific Microsoft.Spark.ML.Feature.Param.

public T Set (Microsoft.Spark.ML.Feature.Param.Param param, object value);
member this.Set : Microsoft.Spark.ML.Feature.Param.Param * obj -> 'T
Public Function Set (param As Param, value As Object) As T

Parameters

param
Param

Microsoft.Spark.ML.Feature.Param to set the value of

value
Object

The value to use

Returns

T

The object that contains the newly set Microsoft.Spark.ML.Feature.Param

Applies to