다음을 통해 공유


RegressionTreeBase.GetCategoricalSplitFeaturesAt(Int32) 메서드

정의

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

반환

적용 대상