RegressionTreeBase.GetCategoricalCategoricalSplitFeatureRangeAt(Int32) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
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