Share via


PoissonRegressionModelParameters 类

定义

Poisson 回归的模型参数。

public sealed class PoissonRegressionModelParameters : Microsoft.ML.Trainers.RegressionModelParameters
type PoissonRegressionModelParameters = class
    inherit RegressionModelParameters
Public NotInheritable Class PoissonRegressionModelParameters
Inherits RegressionModelParameters
继承

属性

Bias

预测器的偏差术语。

(继承自 LinearModelParameters)
Weights

预测器的特征权重系数。

(继承自 LinearModelParameters)

显式接口实现

ICalculateFeatureContribution.FeatureContributionCalculator

用于确定每个功能对示例分数的贡献。FeatureContributionCalculatingTransformer 对于线性模型,给定特征的贡献等于相应权重的特征值乘积。

(继承自 LinearModelParameters)
ICanSaveModel.Save(ModelSaveContext)

Poisson 回归的模型参数。

(继承自 ModelParametersBase<TOutput>)

适用于