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

#include <dataanalysis.h>

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

Public Member Functions

 modelerrors ()
 
 modelerrors (const modelerrors &rhs)
 
modelerrorsoperator= (const modelerrors &rhs)
 
virtual ~modelerrors ()
 
- Public Member Functions inherited from alglib::_modelerrors_owner
 _modelerrors_owner ()
 
 _modelerrors_owner (const _modelerrors_owner &rhs)
 
_modelerrors_owneroperator= (const _modelerrors_owner &rhs)
 
virtual ~_modelerrors_owner ()
 
alglib_impl::modelerrorsc_ptr ()
 
alglib_impl::modelerrorsc_ptr () const
 

Public Attributes

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

Additional Inherited Members

- Protected Attributes inherited from alglib::_modelerrors_owner
alglib_impl::modelerrorsp_struct
 

Detailed Description

Definition at line 714 of file dataanalysis.h.

Constructor & Destructor Documentation

◆ modelerrors() [1/2]

alglib::modelerrors::modelerrors ( )

◆ modelerrors() [2/2]

alglib::modelerrors::modelerrors ( const modelerrors rhs)

◆ ~modelerrors()

alglib::modelerrors::~modelerrors ( )
virtual

Definition at line 2684 of file dataanalysis.cpp.

2685 {
2686 }

Member Function Documentation

◆ operator=()

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

Definition at line 2676 of file dataanalysis.cpp.

2677 {
2678  if( this==&rhs )
2679  return *this;
2681  return *this;
2682 }
_modelerrors_owner & operator=(const _modelerrors_owner &rhs)

Member Data Documentation

◆ avgce

double& alglib::modelerrors::avgce

Definition at line 722 of file dataanalysis.h.

◆ avgerror

double& alglib::modelerrors::avgerror

Definition at line 724 of file dataanalysis.h.

◆ avgrelerror

double& alglib::modelerrors::avgrelerror

Definition at line 725 of file dataanalysis.h.

◆ relclserror

double& alglib::modelerrors::relclserror

Definition at line 721 of file dataanalysis.h.

◆ rmserror

double& alglib::modelerrors::rmserror

Definition at line 723 of file dataanalysis.h.


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