LinearRegressionR2 Property |
Returns the coefficient of determination R2.
Namespace: Algs4NetAssembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic double R2 { get; }
Return Value
Type:
Doublethe coefficient of determination
R2,
which is a real number between 0 and 1
See Also