RegressionMetrics.RSquared Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the R-squared value of the model, which is also known as the coefficient of determination. R-Squared closer to 1 indicates a better fitted model.
public double RSquared { get; }
member this.RSquared : double
Public ReadOnly Property RSquared As Double