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