Freigeben über


RegressionTreeBase.NumericalSplitThresholds Eigenschaft

Definition

NumericalSplitThresholds[i] ist der Schwellenwert für das Feature indiziert von NumericalSplitFeatureIndexes[i], wobei i der Index des i-th-Knotens ist (z. B. i ist 1 für den 2. Knoten in Microsoft.ML.Trainers.FastTree.RegressionTreeBase._tree).

public System.Collections.Generic.IReadOnlyList<float> NumericalSplitThresholds { get; }
member this.NumericalSplitThresholds : System.Collections.Generic.IReadOnlyList<single>
Public ReadOnly Property NumericalSplitThresholds As IReadOnlyList(Of Single)

Eigenschaftswert

Gilt für: