OpenNN
Open-source neural networks library
Loading...
Searching...
No Matches
opennn::TestingAnalysis::GoodnessOfFitAnalysis Struct Reference

Coefficient of determination and the matching target/output series for a single output variable. More...

#include <testing_analysis.h>

Public Member Functions

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.
 

Public Attributes

float determination = 0.0f
 
VectorR targets
 
VectorR outputs
 

Detailed Description

Coefficient of determination and the matching target/output series for a single output variable.

Member Function Documentation

◆ 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.

Member Data Documentation

◆ determination

float opennn::TestingAnalysis::GoodnessOfFitAnalysis::determination = 0.0f

◆ outputs

VectorR opennn::TestingAnalysis::GoodnessOfFitAnalysis::outputs

◆ targets

VectorR opennn::TestingAnalysis::GoodnessOfFitAnalysis::targets