共用方式為


RegressionTreeBase.GetCategoricalCategoricalSplitFeatureRangeAt(Int32) 方法

定義

傳回由 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

傳回

適用於