Xmipp  v3.23.11-Nereus
Public Member Functions | Public Attributes | List of all members
alglib::mlpcvreport Class Reference

#include <dataanalysis.h>

Inheritance diagram for alglib::mlpcvreport:
Inheritance graph
[legend]
Collaboration diagram for alglib::mlpcvreport:
Collaboration graph
[legend]

Public Member Functions

 mlpcvreport ()
 
 mlpcvreport (const mlpcvreport &rhs)
 
mlpcvreportoperator= (const mlpcvreport &rhs)
 
virtual ~mlpcvreport ()
 
- Public Member Functions inherited from alglib::_mlpcvreport_owner
 _mlpcvreport_owner ()
 
 _mlpcvreport_owner (const _mlpcvreport_owner &rhs)
 
_mlpcvreport_owneroperator= (const _mlpcvreport_owner &rhs)
 
virtual ~_mlpcvreport_owner ()
 
alglib_impl::mlpcvreportc_ptr ()
 
alglib_impl::mlpcvreportc_ptr () const
 

Public Attributes

double & relclserror
 
double & avgce
 
double & rmserror
 
double & avgerror
 
double & avgrelerror
 

Additional Inherited Members

- Protected Attributes inherited from alglib::_mlpcvreport_owner
alglib_impl::mlpcvreportp_struct
 

Detailed Description

Definition at line 969 of file dataanalysis.h.

Constructor & Destructor Documentation

◆ mlpcvreport() [1/2]

alglib::mlpcvreport::mlpcvreport ( )

◆ mlpcvreport() [2/2]

alglib::mlpcvreport::mlpcvreport ( const mlpcvreport rhs)

◆ ~mlpcvreport()

alglib::mlpcvreport::~mlpcvreport ( )
virtual

Definition at line 8297 of file dataanalysis.cpp.

8298 {
8299 }

Member Function Documentation

◆ operator=()

mlpcvreport & alglib::mlpcvreport::operator= ( const mlpcvreport rhs)

Definition at line 8289 of file dataanalysis.cpp.

8290 {
8291  if( this==&rhs )
8292  return *this;
8294  return *this;
8295 }
_mlpcvreport_owner & operator=(const _mlpcvreport_owner &rhs)

Member Data Documentation

◆ avgce

double& alglib::mlpcvreport::avgce

Definition at line 977 of file dataanalysis.h.

◆ avgerror

double& alglib::mlpcvreport::avgerror

Definition at line 979 of file dataanalysis.h.

◆ avgrelerror

double& alglib::mlpcvreport::avgrelerror

Definition at line 980 of file dataanalysis.h.

◆ relclserror

double& alglib::mlpcvreport::relclserror

Definition at line 976 of file dataanalysis.h.

◆ rmserror

double& alglib::mlpcvreport::rmserror

Definition at line 978 of file dataanalysis.h.


The documentation for this class was generated from the following files: