次の方法で共有


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

戻り値

適用対象