some changes

This commit is contained in:
tqchen
2014-09-12 17:31:06 -07:00
parent 3a0be47b1c
commit bf2426f3cd
2 changed files with 12 additions and 2 deletions

View File

@@ -162,7 +162,7 @@ class BoostLearner {
* if not intialize it
* \param p_train pointer to the matrix used by training
*/
inline void CheckInit(DMatrix *p_train) {
inline void CheckInit(DMatrix *p_train) {
p_train->fmat()->InitColAccess(prob_buffer_row);
}
/*!