35#ifndef STK_DATABRIDGE_H
36#define STK_DATABRIDGE_H
This file include all the other header files of the project Arrays.
In this file we define the interface class IDataBridge.
bridge a data set in order to handle its missing values.
DataBridge(DataBridge const &bridge)
copy constructor (Warning: will copy the data set)
DataBridge(std::string const &idData)
default constructor.
virtual ~DataBridge()
destructor
Data const & dataij() const
DataBridge(std::string const &idData, Data const &dataij)
constructor with data.
Interface class wrapping a data set.
std::string const & idData() const
return the Id of the mixture
The MultidimRegression class allows to regress a multidimensional output variable among a multivariat...
The namespace STK is the main domain space of the Statistical ToolKit project.