add detailed comment about gbmcore

This commit is contained in:
tqchen
2014-02-07 20:30:39 -08:00
parent 1e7ac402e6
commit bf36374678
3 changed files with 23 additions and 5 deletions

View File

@@ -9,7 +9,9 @@
*/
namespace xgboost{
namespace utils{
/*! \brief interface of stream I/O, used to serialize model */
/*!
* \brief interface of stream I/O, used to serialize model
*/
class IStream{
public:
/*!