Click or drag to resize
LinearRegressionR2 Property
Returns the coefficient of determination R2.

Namespace: Algs4Net
Assembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public double R2 { get; }

Return Value

Type: Double
the coefficient of determination R2, which is a real number between 0 and 1
See Also