Model.SupportsWeights Property

Indicates whether the model supports case weights.

Definition

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

Property Value

Boolean
true if weights are supported; otherwise false.

See Also