|
STK++ 0.9.13
|
bridge a data set in order to handle its missing values. More...
#include <STK_DataBridge.h>

Public Member Functions | |
| DataBridge (std::string const &idData) | |
| default constructor. | |
| DataBridge (std::string const &idData, Data const &dataij) | |
| constructor with data. | |
| DataBridge (DataBridge const &bridge) | |
| copy constructor (Warning: will copy the data set) | |
| virtual | ~DataBridge () |
| destructor | |
| Data const & | dataij () const |
| Data & | dataij () |
Public Member Functions inherited from STK::IDataBridge | |
| IDataBridge (std::string const &idData) | |
| default constructor. | |
| IDataBridge (IDataBridge const &bridge) | |
| copy constructor (Warning: will copy the data set) | |
| virtual | ~IDataBridge () |
| destructor | |
| std::string const & | idData () const |
| return the Id of the mixture | |
Public Attributes | |
| Data | dataij_ |
| data set | |
bridge a data set in order to handle its missing values.
| Data | The data bridged by the DataBridge class |
Definition at line 50 of file STK_DataBridge.h.
|
inline |
default constructor.
Definition at line 57 of file STK_DataBridge.h.
|
inline |
|
inline |
copy constructor (Warning: will copy the data set)
| bridge | the DataBridge to copy |
Definition at line 63 of file STK_DataBridge.h.
|
inlinevirtual |
|
inline |
Definition at line 70 of file STK_DataBridge.h.
References STK::DataBridge< Data >::dataij_.
|
inline |
Definition at line 68 of file STK_DataBridge.h.
References STK::DataBridge< Data >::dataij_.
| Data STK::DataBridge< Data >::dataij_ |
data set
Definition at line 54 of file STK_DataBridge.h.
Referenced by STK::DataBridge< Data >::dataij(), and STK::DataBridge< Data >::dataij().