xgboost
Classes | Namespaces
config.h File Reference

helper class to load in configures from file More...

#include <cstdio>
#include <cstring>
#include <string>
#include <istream>
#include <fstream>
Include dependency graph for config.h:

Go to the source code of this file.

Classes

class  xgboost::common::ConfigReaderBase
 base implementation of config reader More...
 
class  xgboost::common::ConfigStreamReader
 an iterator use stream base, allows use all types of istream More...
 
class  xgboost::common::ConfigIterator
 an iterator that iterates over a configure file and gets the configures More...
 

Namespaces

 xgboost
 namespace of xgboost
 
 xgboost::common
 

Detailed Description

helper class to load in configures from file

Copyright 2014 by Contributors

Author
Tianqi Chen