ModelFamily.IsLinkFunctionCompatible 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.0
C#
public abstract bool IsLinkFunctionCompatible(
	LinkFunction linkFunction
)

Parameters

linkFunction  LinkFunction
A LinkFunction.

Return Value

Boolean
true if the link function is compatible; otherwise false.

See Also