RegressionTreeBase.GetCategoricalSplitFeaturesAt(Int32) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
nodeIndex에서 인덱싱된 노드에서 사용되는 범주 임계값을 반환합니다. 고려된 입력 기능이 반환된 GetCategoricalSplitFeaturesAt(Int32)값과 일치하지 않는 경우 임계값 미만 이벤트라고 하므로 LeftChild[nodeIndex]는 입력이 다음으로 이동해야 하는 자식 노드입니다. 반환된 값은 [nodeIndex]가 true인 경우에만 CategoricalSplitFlags유효합니다.
public System.Collections.Generic.IReadOnlyList<int> GetCategoricalSplitFeaturesAt (int nodeIndex);
member this.GetCategoricalSplitFeaturesAt : int -> System.Collections.Generic.IReadOnlyList<int>
Public Function GetCategoricalSplitFeaturesAt (nodeIndex As Integer) As IReadOnlyList(Of Integer)
매개 변수
- nodeIndex
- Int32