fixed CvBoost

pull/13383/head
Maria Dimashova 14 years ago
parent 428aef522b
commit 481d0b2c56
  1. 2
      modules/ml/src/boost.cpp

@ -1072,6 +1072,8 @@ CvBoost::train( const CvMat* _train_data, int _tflag,
cvSeqPush( weak, &tree );
update_weights( tree );
trim_weights();
if( cvCountNonZero(subsample_mask) == 0 )
break;
}
get_active_vars(); // recompute active_vars* maps and condensed_idx's in the splits.

Loading…
Cancel
Save