Update sparse_batch_page.h

This commit is contained in:
Tianqi Chen 2015-05-01 10:55:42 -07:00
parent 654aa0b3b5
commit 8a411150ea

View File

@ -136,6 +136,7 @@ class SparsePage {
for (size_t i = 0; i < disk_offset_.size(); ++i) {
offset[i + begin] = top + disk_offset_[i];
}
return true;
}
/*!
* \brief Push row batch into the page