RegressionTreeBase.NumericalSplitThresholds プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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)