STK++ 0.9.13
STK_Import_Util.h
Go to the documentation of this file.
1
2/*--------------------------------------------------------------------*/
3/* Copyright (C) 2004-2016 Serge Iovleff, Université Lille 1, Inria
4
5 This program is free software; you can redistribute it and/or modify
6 it under the terms of the GNU Lesser General Public License as
7 published by the Free Software Foundation; either version 2 of the
8 License, or (at your option) any later version.
9
10 This program is distributed in the hope that it will be useful,
11 but WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 GNU Lesser General Public License for more details.
14
15 You should have received a copy of the GNU Lesser General Public
16 License along with this program; if not, write to the
17 Free Software Foundation, Inc.,
18 59 Temple Place,
19 Suite 330,
20 Boston, MA 02111-1307
21 USA
22
23 Contact : S..._Dot_I..._At_stkpp_Dot_org (see copyright for ...)
24*/
25
26/*
27 * Project: stkpp::DManager
28 * created on: 18 juil. 2011
29 * Purpose: Utilites constants and method when importing data.
30 * Author: iovleff, S..._Dot_I..._At_stkpp_Dot_org (see copyright for ...)
31 *
32 **/
33
39#ifndef STK_IMPORT_UTIL_H
40#define STK_IMPORT_UTIL_H
41
42#include <STKernel.h>
43
44namespace STK
45{
46
47namespace Import
48{
66
74
80}
81
82}
83
84#endif /* STK_IMPORT_UTIL_H */
This file include all the header files of the project STKernel.
TypeImport
define the type of import we want to perform.
TypeImport stringToTypeImport(String const &type)
Convert a String to a TypeImport.
@ numeric_
try to convert the columns in numeric values and let the others as string
@ only_numeric_
conserve only the columns with numeric values
@ intelligent_
try to convert with the most appropriate format the columns. NOT implemented
@ string_
copy the columns
@ directed_
convert using an array of conversion.
@ unknown_
try to convert the columns in numeric values and let the others as string
std::basic_string< Char > String
STK fundamental type of a String.
String typeImportToString(TypeImport const &type)
convert a TypeImport to a String.
The namespace STK is the main domain space of the Statistical ToolKit project.