GeneralLinearRegressionResult.RSquared Property |
Gets r2 for the regression.
Namespace:
Meta.Numerics.Statistics
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax public virtual double RSquared { get; }
Public Overridable ReadOnly Property RSquared As Double
Get
public:
virtual property double RSquared {
double get ();
}
abstract RSquared : float with get
override RSquared : float with get
Property Value
Type:
DoubleSee Also