Coefficient of determination and the matching target/output series for a single output variable.
More...
#include <testing_analysis.h>
|
| void | set (const VectorR &, const VectorR &, float) |
| | Stores the target and output series together with the determination coefficient.
|
| |
| void | save (const filesystem::path &) const |
| | Saves the analysis to disk.
|
| |
| void | print () const |
| | Prints the analysis to stdout.
|
| |
Coefficient of determination and the matching target/output series for a single output variable.
◆ print()
| void opennn::TestingAnalysis::GoodnessOfFitAnalysis::print |
( |
| ) |
const |
Prints the analysis to stdout.
◆ save()
| void opennn::TestingAnalysis::GoodnessOfFitAnalysis::save |
( |
const filesystem::path & | | ) |
const |
Saves the analysis to disk.
◆ set()
| void opennn::TestingAnalysis::GoodnessOfFitAnalysis::set |
( |
const VectorR & | , |
|
|
const VectorR & | , |
|
|
float | ) |
Stores the target and output series together with the determination coefficient.
◆ determination
| float opennn::TestingAnalysis::GoodnessOfFitAnalysis::determination = 0.0f |
◆ outputs
| VectorR opennn::TestingAnalysis::GoodnessOfFitAnalysis::outputs |
◆ targets
| VectorR opennn::TestingAnalysis::GoodnessOfFitAnalysis::targets |