다음을 통해 공유


RegressionTreeBase.GetCategoricalCategoricalSplitFeatureRangeAt(Int32) 메서드

정의

nodeIndex에서 인덱싱된 노드에서 사용되는 범주 임계값 범위를 반환합니다. nodeIndex에서 인덱싱된 노드의 범주 분할은 한 번에 여러 개의 연속 입력 기능을 고려할 수 있습니다. 해당 범위는 .에 의해 GetCategoricalCategoricalSplitFeatureRangeAt(Int32)지정됩니다. 반환된 값은 항상 2개 요소 배열입니다. 첫 번째 요소는 시작 인덱스이고 두 번째 요소는 기능 세그먼트의 끝 인덱스입니다. 반환된 값은 [nodeIndex]가 true인 경우에만 CategoricalSplitFlags유효합니다.

public System.Collections.Generic.IReadOnlyList<int> GetCategoricalCategoricalSplitFeatureRangeAt (int nodeIndex);
member this.GetCategoricalCategoricalSplitFeatureRangeAt : int -> System.Collections.Generic.IReadOnlyList<int>
Public Function GetCategoricalCategoricalSplitFeatureRangeAt (nodeIndex As Integer) As IReadOnlyList(Of Integer)

매개 변수

nodeIndex
Int32

반환

적용 대상