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