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

#include <dataanalysis.h>

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

Public Member Functions

 mlpreport ()
 
 mlpreport (const mlpreport &rhs)
 
mlpreportoperator= (const mlpreport &rhs)
 
virtual ~mlpreport ()
 
- Public Member Functions inherited from alglib::_mlpreport_owner
 _mlpreport_owner ()
 
 _mlpreport_owner (const _mlpreport_owner &rhs)
 
_mlpreport_owneroperator= (const _mlpreport_owner &rhs)
 
virtual ~_mlpreport_owner ()
 
alglib_impl::mlpreportc_ptr ()
 
alglib_impl::mlpreportc_ptr () const
 

Public Attributes

double & relclserror
 
double & avgce
 
double & rmserror
 
double & avgerror
 
double & avgrelerror
 
ae_int_tngrad
 
ae_int_tnhess
 
ae_int_tncholesky
 

Additional Inherited Members

- Protected Attributes inherited from alglib::_mlpreport_owner
alglib_impl::mlpreportp_struct
 

Detailed Description

Definition at line 935 of file dataanalysis.h.

Constructor & Destructor Documentation

◆ mlpreport() [1/2]

alglib::mlpreport::mlpreport ( )

Definition at line 8214 of file dataanalysis.cpp.

8215 {
8216 }
ae_int_t & ngrad
Definition: dataanalysis.h:947
double & avgrelerror
Definition: dataanalysis.h:946
ae_int_t & ncholesky
Definition: dataanalysis.h:949
ae_int_t & nhess
Definition: dataanalysis.h:948
alglib_impl::mlpreport * p_struct
Definition: dataanalysis.h:933
double & relclserror
Definition: dataanalysis.h:942

◆ mlpreport() [2/2]

alglib::mlpreport::mlpreport ( const mlpreport rhs)

Definition at line 8218 of file dataanalysis.cpp.

8219 {
8220 }
ae_int_t & ngrad
Definition: dataanalysis.h:947
double & avgrelerror
Definition: dataanalysis.h:946
ae_int_t & ncholesky
Definition: dataanalysis.h:949
ae_int_t & nhess
Definition: dataanalysis.h:948
alglib_impl::mlpreport * p_struct
Definition: dataanalysis.h:933
double & relclserror
Definition: dataanalysis.h:942

◆ ~mlpreport()

alglib::mlpreport::~mlpreport ( )
virtual

Definition at line 8230 of file dataanalysis.cpp.

8231 {
8232 }

Member Function Documentation

◆ operator=()

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

Definition at line 8222 of file dataanalysis.cpp.

8223 {
8224  if( this==&rhs )
8225  return *this;
8227  return *this;
8228 }
_mlpreport_owner & operator=(const _mlpreport_owner &rhs)

Member Data Documentation

◆ avgce

double& alglib::mlpreport::avgce

Definition at line 943 of file dataanalysis.h.

◆ avgerror

double& alglib::mlpreport::avgerror

Definition at line 945 of file dataanalysis.h.

◆ avgrelerror

double& alglib::mlpreport::avgrelerror

Definition at line 946 of file dataanalysis.h.

◆ ncholesky

ae_int_t& alglib::mlpreport::ncholesky

Definition at line 949 of file dataanalysis.h.

◆ ngrad

ae_int_t& alglib::mlpreport::ngrad

Definition at line 947 of file dataanalysis.h.

◆ nhess

ae_int_t& alglib::mlpreport::nhess

Definition at line 948 of file dataanalysis.h.

◆ relclserror

double& alglib::mlpreport::relclserror

Definition at line 942 of file dataanalysis.h.

◆ rmserror

double& alglib::mlpreport::rmserror

Definition at line 944 of file dataanalysis.h.


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