Model Family.Is Link Function Compatible Method
Returns whether a link function is compatible with the model family.
Definition
Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
true if the link function is compatible; otherwise false.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public abstract bool IsLinkFunctionCompatible(
LinkFunction linkFunction
)
Parameters
- linkFunction LinkFunction
- A LinkFunction.
Return Value
Booleantrue if the link function is compatible; otherwise false.