PoissonRegressionModelParameters Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Model parameters for Poisson Regression.
public sealed class PoissonRegressionModelParameters : Microsoft.ML.Trainers.RegressionModelParameters
type PoissonRegressionModelParameters = class
inherit RegressionModelParameters
Public NotInheritable Class PoissonRegressionModelParameters
Inherits RegressionModelParameters
- Inheritance
-
PoissonRegressionModelParameters
Properties
Bias |
The predictor's bias term. (Inherited from LinearModelParameters) |
Weights |
The predictor's feature weight coefficients. (Inherited from LinearModelParameters) |
Explicit Interface Implementations
ICalculateFeatureContribution.FeatureContributionCalculator |
Used to determine the contribution of each feature to the score of an example by FeatureContributionCalculatingTransformer. For linear models, the contribution of a given feature is equal to the product of feature value times the corresponding weight. (Inherited from LinearModelParameters) |
ICanSaveModel.Save(ModelSaveContext) | (Inherited from ModelParametersBase<TOutput>) |