GamBinaryModelParameters 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
的 GamBinaryTrainer模型参数 。
public sealed class GamBinaryModelParameters : Microsoft.ML.Trainers.FastTree.GamModelParametersBase
type GamBinaryModelParameters = class
inherit GamModelParametersBase
Public NotInheritable Class GamBinaryModelParameters
Inherits GamModelParametersBase
- 继承
字段
Bias |
模型截获。 也称为偏差或平均值效果。 (继承自 GamModelParametersBase) |
NumberOfShapeFunctions |
模型中使用的形状函数数。 (继承自 GamModelParametersBase) |
方法
GetBinEffects(Int32) |
获取每个功能的装箱权重。 (继承自 GamModelParametersBase) |
GetBinUpperBounds(Int32) |
获取每个功能的 bin 上限。 (继承自 GamModelParametersBase) |
显式接口实现
ICalculateFeatureContribution.FeatureContributionCalculator |
用于确定每个功能对示例分数的贡献。FeatureContributionCalculatingTransformer 对于通用加法模型 (GAM) ,特征的贡献等于在特征值计算的给定特征的形状函数。 (继承自 GamModelParametersBase) |
ICanSaveModel.Save(ModelSaveContext) |
的 GamBinaryTrainer模型参数 。 (继承自 ModelParametersBase<TOutput>) |