次の方法で共有


RegressionTreeBase.NumericalSplitThresholds プロパティ

定義

NumericalSplitThresholds[i] は [i] によって NumericalSplitFeatureIndexesインデックス付けされた機能のしきい値です。ここで、i は i 番目のノードのインデックスです (たとえば、i は 2 番目のノードの Microsoft.ML.Trainers.FastTree.RegressionTreeBase._tree場合は 1 です)。

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

プロパティ値

適用対象