Model.SupportsWeights Property

Indicates whether the model supports case weights.

Definition

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

Property Value

Boolean
true if weights are supported; otherwise false.

See Also