This commit is contained in:
tqchen@graphlab.com
2014-08-18 10:14:34 -07:00
parent d3bfc31e6a
commit 7c068cbe46
3 changed files with 10 additions and 9 deletions

View File

@@ -196,7 +196,7 @@ class DMatrixSimple : public DataMatrix {
/*! \brief data in the row */
std::vector<SparseBatch::Entry> row_data_;
/*! \brief magic number used to identify DMatrix */
static const int kMagic = 0xff01;
static const int kMagic = 0xffffab01;
protected:
// one batch iterator that return content in the matrix