SimpleRegressionModel.SupportsWeights Property

Indicates whether the model supports case weights.

Definition

Namespace: Numerics.NET.Statistics
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public override bool SupportsWeights { get; }

Property Value

Boolean
Always returns true.

See Also