GamModelParametersBase.GetBinEffects(Int32) 方法

定义

获取每个功能的装箱权重。

public System.Collections.Generic.IReadOnlyList<double> GetBinEffects (int featureIndex);
member this.GetBinEffects : int -> System.Collections.Generic.IReadOnlyList<double>
Public Function GetBinEffects (featureIndex As Integer) As IReadOnlyList(Of Double)

参数

featureIndex
Int32

要获取的训练向量) 中特征 (的索引。

返回

每个功能的装箱效果。 如果此功能没有箱,则长度可能为零。

适用于