add config

This commit is contained in:
tqchen
2014-02-06 21:26:27 -08:00
parent ee7643bdf6
commit 51d8409e30
3 changed files with 216 additions and 4 deletions

View File

@@ -4,12 +4,12 @@
#include <cstdio>
/*!
* \file xgboost_stream.h
* \brief general stream interface
* \brief general stream interface for serialization
* \author Tianqi Chen: tianqi.tchen@gmail.com
*/
namespace xgboost{
namespace utils{
/*! \brief interface of stream I/O, used to serialize tensor data */
/*! \brief interface of stream I/O, used to serialize model */
class IStream{
public:
/*!