RegressionTreeBase.GetCategoricalCategoricalSplitFeatureRangeAt(Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回由 nodeIndex 編制索引之節點所使用的類別閾值範圍。 nodeIndex 索引節點的類別分割可以一次考慮多個連續輸入功能;其範圍是由 指定 GetCategoricalCategoricalSplitFeatureRangeAt(Int32) 。 傳回的值一律為 2 元素陣列;它的第 1 個元素是起始索引,而第 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