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 */
67
#include <
DManager/include/STK_DManager_Util.h
>
68
#include <
DManager/include/STK_Import_Util.h
>
69
70
/* List1D */
71
#include <
DManager/include/STK_Cell.h
>
72
#include <
DManager/include/STK_List1D.h
>
73
74
/* Interface Variable class and Variable class */
75
#include <
DManager/include/STK_Variable.h
>
76
77
/* DataFrame. */
78
#include <
DManager/include/STK_DataFrame.h
>
79
80
/* Cross Validation utilities */
81
#include <
DManager/include/STK_CvHandler.h
>
82
#include <
DManager/include/STK_PartitionHandler.h
>
83
84
/* Interface class for data handlers */
85
#include <
DManager/include/STK_DataHandlerBase.h
>
86
#include <
DManager/include/STK_IDataHandler.h
>
87
88
/* Interface class for data wrappers */
89
#include <
DManager/include/STK_IDataBridge.h
>
90
#include <
DManager/include/STK_DataBridge.h
>
91
92
93
/* main classes for managing Csv data. */
94
#include <
DManager/include/STK_ReadWriteCsv.h
>
95
#include <
DManager/include/STK_DataHandler.h
>
96
97
/* Export or import data from one container to an other container */
98
#include <
DManager/include/STK_ImportFromCsv.h
>
99
#include <
DManager/include/STK_ExportToCsv.h
>
100
#include <
DManager/include/STK_DataFrameToArray2D.h
>
101
#include <
DManager/include/STK_CsvToArray.h
>
102
103
/* HeapSort utilities. */
104
#include <
DManager/include/STK_HeapSort.h
>
105
106
/* main classes for option files. */
107
#include <
DManager/include/STK_Option.h
>
108
#include <
DManager/include/STK_IPage.h
>
109
#include <
DManager/include/STK_ReadWritePages.h
>
110
111
#endif
/* DMANAGER_H */
STK_Cell.h
This file define the cell classes for the list classes.
STK_CsvToArray.h
In this file we define the CsvToArray class.
STK_CvHandler.h
In this file we define and implement the class CvHandler dedicated to Cross Validation.
STK_DManager_Util.h
In this file we define useful constant and method specific to the DManager project.
STK_DataBridge.h
In this file we define the data wrapper class.
STK_DataFrameToArray2D.h
In this file we define the DataFrameToArray2D class.
STK_DataFrame.h
In this file we declare the DataFrame class.
STK_DataHandlerBase.h
STK_DataHandler.h
In this file we define the DataHandler class.
STK_ExportToCsv.h
In this file we define the class ExportToCsv.
STK_HeapSort.h
In this file we define an implementation of the heapsort algorithm for IVector containers.
STK_IDataBridge.h
In this file we define the interface class IDataBridge.
STK_IDataHandler.h
STK_IPage.h
In this file we define the Interface base class IPage.
STK_ImportFromCsv.h
In this file we define the class ImportFromCsv.
STK_Import_Util.h
In this file we define the main constant and method needed when importing data.
STK_List1D.h
This is an implementation of the Interface ITContainer1D.
STK_Option.h
In this file we define the Option class.
STK_PartitionHandler.h
STK_ReadWriteCsv.h
In this file we define the class TReadWriteCsv.
STK_ReadWritePages.h
In this file we define the ReadWritePages class.
STK_Variable.h
Implement the interface class IVariable as Variable.
include
DManager.h
Generated on Sat Feb 15 2025 12:07:01 for STK++ by
1.9.8