Skip to content

Commit

Permalink
Fixed wrong method call
Browse files Browse the repository at this point in the history
  • Loading branch information
lisitsyn committed May 7, 2012
1 parent 090a330 commit 545afa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shogun/multiclass/MulticlassOneVsOneStrategy.cpp
Expand Up @@ -60,7 +60,7 @@ SGVector<int32_t> CMulticlassOneVsOneStrategy::train_prepare_next()
m_train_pair_idx_2=m_train_pair_idx_1+1;
}

subset.resize(tot);
subset.resize_vector(tot);
return subset;
}

Expand Down

0 comments on commit 545afa3

Please sign in to comment.