FeatureBase<T>.ExplainParams Method

Definition

Returns a description of how all of the Microsoft.Spark.ML.Feature.Param's that apply to this object work and how they are currently set.

public string ExplainParams ();
member this.ExplainParams : unit -> string
Public Function ExplainParams () As String

Returns

Description of all the applicable Microsoft.Spark.ML.Feature.Param's

Applies to