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

#include <dataanalysis.h>

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

Public Member Functions

 decisionforest ()
 
 decisionforest (const decisionforest &rhs)
 
decisionforestoperator= (const decisionforest &rhs)
 
virtual ~decisionforest ()
 
- Public Member Functions inherited from alglib::_decisionforest_owner
 _decisionforest_owner ()
 
 _decisionforest_owner (const _decisionforest_owner &rhs)
 
_decisionforest_owneroperator= (const _decisionforest_owner &rhs)
 
virtual ~_decisionforest_owner ()
 
alglib_impl::decisionforestc_ptr ()
 
alglib_impl::decisionforestc_ptr () const
 

Additional Inherited Members

- Protected Attributes inherited from alglib::_decisionforest_owner
alglib_impl::decisionforestp_struct
 

Detailed Description

Definition at line 565 of file dataanalysis.h.

Constructor & Destructor Documentation

◆ decisionforest() [1/2]

alglib::decisionforest::decisionforest ( )

Definition at line 1237 of file dataanalysis.cpp.

1238 {
1239 }

◆ decisionforest() [2/2]

alglib::decisionforest::decisionforest ( const decisionforest rhs)

Definition at line 1241 of file dataanalysis.cpp.

1241  :_decisionforest_owner(rhs)
1242 {
1243 }

◆ ~decisionforest()

alglib::decisionforest::~decisionforest ( )
virtual

Definition at line 1253 of file dataanalysis.cpp.

1254 {
1255 }

Member Function Documentation

◆ operator=()

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

Definition at line 1245 of file dataanalysis.cpp.

1246 {
1247  if( this==&rhs )
1248  return *this;
1250  return *this;
1251 }
_decisionforest_owner & operator=(const _decisionforest_owner &rhs)

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