39#include "../include/STK_DManager_Util.h"
111 str.erase(0,
str.find_first_not_of(
c));
138 char last = CHAR_BLANK;
140 int nbLine = std::count_if( std::istreambuf_iterator<Char>(
is )
141 , std::istreambuf_iterator<Char>(),
#define stk_cout
Standard stk output stream.
#define _T(x)
Let x unmodified.
The MultidimRegression class allows to regress a multidimensional output variable among a multivariat...
String const & toUpperString(String &s)
convert the characters of the String to upper case
bool StringToBoolean(String const &str)
convert a string to a boolean.
TypeDataFile stringToTypeDataFile(String const &type)
convert a String to a TypeDataFile.
TypeDataFile
type of the data file we handle.
bool checkStringToBoolean(String const &str)
check if a string represent a boolean.
int nbEndOfLine(istream &is)
String TypeDataFileToString(TypeDataFile const &type)
convert a TypeDataFile to a String.
void removeCharBeforeAndAfter(String &str, Char c)
remove all occurrences of the char c at the beginning and the end of the string str.
istream & getField(istream &is, String &value, Char delimiter)
Get the current field from the input stream.
@ unknown_
unknown reduction
char Char
STK fundamental type of a Char.
std::basic_string< Char > String
STK fundamental type of a String.
std::basic_istream< Char > istream
istream for Char
The namespace STK is the main domain space of the Statistical ToolKit project.
Template functor testing if a Char is an end of line.