fix combine buffer

This commit is contained in:
tqchen 2014-05-25 16:46:03 -07:00
parent 094d0a4497
commit fde318716f

View File

@ -158,7 +158,7 @@ public:
this->info.labels.push_back( label );
// push back weight if any
if( fweight != NULL ){
this->info.labels.push_back( weight );
this->info.weights.push_back( weight );
}
this->data.AddRow( findex, fvalue );
}