Model.Supports Weights 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#
true if weights are supported; otherwise false.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public virtual bool SupportsWeights { get; }
Property Value
Booleantrue if weights are supported; otherwise false.