次の方法で共有


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

戻り値

適用対象