important change to regrank interface, need some more test

This commit is contained in:
tqchen
2014-05-03 14:20:27 -07:00
parent 2305ea7af7
commit aab1b0e7b3
8 changed files with 223 additions and 145 deletions

View File

@@ -321,6 +321,8 @@ namespace xgboost{
fi.Read(&col_access, sizeof(int));
if (col_access != 0){
FMatrixS::LoadBinary(fi, col_ptr_, col_data_);
}else{
this->InitData();
}
}
/*!