STK++ 0.9.13
DManager.h
Go to the documentation of this file.
1/*--------------------------------------------------------------------*/
2/* Copyright (C) 2004-2016 Serge Iovleff, Université Lille 1, Inria
3
4 This program is free software; you can redistribute it and/or modify
5 it under the terms of the GNU Lesser General Public License as
6 published by the Free Software Foundation; either version 2 of the
7 License, or (at your option) any later version.
8
9 This program is distributed in the hope that it will be useful,
10 but WITHOUT ANY WARRANTY; without even the implied warranty of
11 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 GNU Lesser General Public License for more details.
13
14 You should have received a copy of the GNU Lesser General Public
15 License along with this program; if not, write to the
16 Free Software Foundation, Inc.,
17 59 Temple Place,
18 Suite 330,
19 Boston, MA 02111-1307
20 USA
21
22 Contact : S..._Dot_I..._At_stkpp_Dot_org (see copyright for ...)
23*/
24
25/*
26 * Project: stkpp::DManager
27 * Purpose: Include all files of the DManager project.
28 * Author: Serge Iovleff, S..._Dot_I..._At_stkpp_Dot_org (see copyright for ...)
29 *
30 **/
31
63#ifndef DMANAGER_H
64#define DMANAGER_H
65
66/* Utilities used in the DManager Project */
69
70/* List1D */
73
74/* Interface Variable class and Variable class */
76
77/* DataFrame. */
79
80/* Cross Validation utilities */
83
84/* Interface class for data handlers */
87
88/* Interface class for data wrappers */
91
92
93/* main classes for managing Csv data. */
96
97/* Export or import data from one container to an other container */
102
103/* HeapSort utilities. */
105
106/* main classes for option files. */
110
111#endif /* DMANAGER_H */
This file define the cell classes for the list classes.
In this file we define the CsvToArray class.
In this file we define and implement the class CvHandler dedicated to Cross Validation.
In this file we define useful constant and method specific to the DManager project.
In this file we define the data wrapper class.
In this file we define the DataFrameToArray2D class.
In this file we declare the DataFrame class.
In this file we define the DataHandler class.
In this file we define the class ExportToCsv.
In this file we define an implementation of the heapsort algorithm for IVector containers.
In this file we define the interface class IDataBridge.
In this file we define the Interface base class IPage.
In this file we define the class ImportFromCsv.
In this file we define the main constant and method needed when importing data.
This is an implementation of the Interface ITContainer1D.
In this file we define the Option class.
In this file we define the class TReadWriteCsv.
In this file we define the ReadWritePages class.
Implement the interface class IVariable as Variable.