다음을 통해 공유


RegressionTreeBase.NumericalSplitThresholds 속성

정의

NumericalSplitThresholds[i]는 [i]에 의해 NumericalSplitFeatureIndexes인덱싱된 기능의 임계값입니다. 여기서 i-th 노드의 인덱스입니다(예: 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)

속성 값

적용 대상