共用方式為


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

傳回

適用於