Click or drag to resize
Accord.NET (logo)

GeneralizedLinearRegressionLink Property

Gets the link function used by this generalized linear model.

Namespace:  Accord.Statistics.Models.Regression
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public ILinkFunction Link { get; protected set; }
Request Example View Source

Property Value

Type: ILinkFunction
See Also