GeneralizedLinearModel.LinkFunction 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#
public LinkFunction LinkFunction { get; set; }

Property Value

LinkFunction

Remarks

If the link function is null, the canonical link function for the selected model family is used.

See Also