Indicates whether the model supports case weights.
Namespace:
Extreme.DataAnalysis.Models
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public virtual bool SupportsWeights { get; }
Public Overridable ReadOnly Property SupportsWeights As Boolean
Get
public:
virtual property bool SupportsWeights {
bool get ();
}
abstract SupportsWeights : bool with get
override SupportsWeights : bool with get
Property Value
Type:
Boolean if weights are supported;
otherwise
.
Reference