expose fmatrixs
This commit is contained in:
parent
24696071a8
commit
17559a90f9
@ -378,7 +378,7 @@ namespace xgboost{
|
|||||||
utils::Assert(fi.Read(&data[0], data.size() * sizeof(REntry)), "Load FMatrixS");
|
utils::Assert(fi.Read(&data[0], data.size() * sizeof(REntry)), "Load FMatrixS");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
protected:
|
public:
|
||||||
/*! \brief row pointer of CSR sparse storage */
|
/*! \brief row pointer of CSR sparse storage */
|
||||||
std::vector<size_t> row_ptr_;
|
std::vector<size_t> row_ptr_;
|
||||||
/*! \brief data in the row */
|
/*! \brief data in the row */
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user