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

#include <dataanalysis.h>

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

Public Member Functions

 dfreport ()
 
 dfreport (const dfreport &rhs)
 
dfreportoperator= (const dfreport &rhs)
 
virtual ~dfreport ()
 
- Public Member Functions inherited from alglib::_dfreport_owner
 _dfreport_owner ()
 
 _dfreport_owner (const _dfreport_owner &rhs)
 
_dfreport_owneroperator= (const _dfreport_owner &rhs)
 
virtual ~_dfreport_owner ()
 
alglib_impl::dfreportc_ptr ()
 
alglib_impl::dfreportc_ptr () const
 

Public Attributes

double & relclserror
 
double & avgce
 
double & rmserror
 
double & avgerror
 
double & avgrelerror
 
double & oobrelclserror
 
double & oobavgce
 
double & oobrmserror
 
double & oobavgerror
 
double & oobavgrelerror
 

Additional Inherited Members

- Protected Attributes inherited from alglib::_dfreport_owner
alglib_impl::dfreportp_struct
 

Detailed Description

Definition at line 591 of file dataanalysis.h.

Constructor & Destructor Documentation

◆ dfreport() [1/2]

alglib::dfreport::dfreport ( )

Definition at line 1304 of file dataanalysis.cpp.

1305 {
1306 }
double & oobavgerror
Definition: dataanalysis.h:606
double & oobavgrelerror
Definition: dataanalysis.h:607
alglib_impl::dfreport * p_struct
Definition: dataanalysis.h:589
double & oobrelclserror
Definition: dataanalysis.h:603
double & oobrmserror
Definition: dataanalysis.h:605
double & relclserror
Definition: dataanalysis.h:598
double & avgrelerror
Definition: dataanalysis.h:602

◆ dfreport() [2/2]

alglib::dfreport::dfreport ( const dfreport rhs)

Definition at line 1308 of file dataanalysis.cpp.

1309 {
1310 }
double & oobavgerror
Definition: dataanalysis.h:606
double & oobavgrelerror
Definition: dataanalysis.h:607
alglib_impl::dfreport * p_struct
Definition: dataanalysis.h:589
double & oobrelclserror
Definition: dataanalysis.h:603
double & oobrmserror
Definition: dataanalysis.h:605
double & relclserror
Definition: dataanalysis.h:598
double & avgrelerror
Definition: dataanalysis.h:602

◆ ~dfreport()

alglib::dfreport::~dfreport ( )
virtual

Definition at line 1320 of file dataanalysis.cpp.

1321 {
1322 }

Member Function Documentation

◆ operator=()

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

Definition at line 1312 of file dataanalysis.cpp.

1313 {
1314  if( this==&rhs )
1315  return *this;
1317  return *this;
1318 }
_dfreport_owner & operator=(const _dfreport_owner &rhs)

Member Data Documentation

◆ avgce

double& alglib::dfreport::avgce

Definition at line 599 of file dataanalysis.h.

◆ avgerror

double& alglib::dfreport::avgerror

Definition at line 601 of file dataanalysis.h.

◆ avgrelerror

double& alglib::dfreport::avgrelerror

Definition at line 602 of file dataanalysis.h.

◆ oobavgce

double& alglib::dfreport::oobavgce

Definition at line 604 of file dataanalysis.h.

◆ oobavgerror

double& alglib::dfreport::oobavgerror

Definition at line 606 of file dataanalysis.h.

◆ oobavgrelerror

double& alglib::dfreport::oobavgrelerror

Definition at line 607 of file dataanalysis.h.

◆ oobrelclserror

double& alglib::dfreport::oobrelclserror

Definition at line 603 of file dataanalysis.h.

◆ oobrmserror

double& alglib::dfreport::oobrmserror

Definition at line 605 of file dataanalysis.h.

◆ relclserror

double& alglib::dfreport::relclserror

Definition at line 598 of file dataanalysis.h.

◆ rmserror

double& alglib::dfreport::rmserror

Definition at line 600 of file dataanalysis.h.


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