GamModelParametersBase.GetBinEffects(Int32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取每个功能的装箱权重。
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
要获取的训练向量) 中特征 (的索引。
返回
每个功能的装箱效果。 如果此功能没有箱,则长度可能为零。