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