Model.Supports Weights Property
Indicates whether the model supports case weights.
Definition
Namespace: Numerics.NET.DataAnalysis.Models
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
true if weights are supported; otherwise false.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public virtual bool SupportsWeights { get; }
Property Value
Booleantrue if weights are supported; otherwise false.