TestingAnalysis::LinearRegressionAnalysis Struct Reference

Structure with the results from a linear regression analysis. More...

#include <testing_analysis.h>

Public Member Functions

void save (const string &) const
 
void print () const
 

Public Attributes

type correlation = type(0)
 Target data from data set and output data from neural network. More...
 
type intercept = type(0)
 
type slope = type(0)
 
Tensor< type, 1 > targets
 
Tensor< type, 1 > outputs
 

Detailed Description

Structure with the results from a linear regression analysis.

Definition at line 58 of file testing_analysis.h.

Member Function Documentation

◆ print()

void print ( ) const
inline

Definition at line 77 of file testing_analysis.h.

◆ save()

void save ( const string &  ) const
inline
Todo:

Definition at line 73 of file testing_analysis.h.

Member Data Documentation

◆ correlation

type correlation = type(0)

Target data from data set and output data from neural network.

Definition at line 62 of file testing_analysis.h.

◆ intercept

type intercept = type(0)

Definition at line 64 of file testing_analysis.h.

◆ outputs

Tensor<type, 1> outputs

Definition at line 69 of file testing_analysis.h.

◆ slope

type slope = type(0)

Definition at line 66 of file testing_analysis.h.

◆ targets

Tensor<type, 1> targets

Definition at line 68 of file testing_analysis.h.


The documentation for this struct was generated from the following file: