Generalized Linear Model.Link Function Property
Gets or sets the link function of the model.
Definition
Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public LinkFunction LinkFunction { get; set; }
Property Value
LinkFunctionRemarks
If the link function is null, the canonical link function for the selected model family is used.