Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Removed junk from multiclass storage
  • Loading branch information
lisitsyn committed Aug 25, 2012
1 parent 14813d7 commit 6015883
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/shogun/evaluation/CrossValidationMulticlassStorage.cpp
Expand Up @@ -34,7 +34,6 @@ void CCrossValidationMulticlassStorage::post_update_results()
SG_DEBUG("Computing ROC for run %d fold %d class %d", m_current_run_index, m_current_fold_index, c);
CBinaryLabels* pred_labels_binary = m_pred_labels->get_binary_for_class(c);
CBinaryLabels* true_labels_binary = m_true_labels->get_binary_for_class(c);
pred_labels_binary->get_labels().display_vector();
eval.evaluate(pred_labels_binary, true_labels_binary);
m_fold_ROC_graphs[m_current_run_index*m_num_folds*m_num_classes+m_current_fold_index*m_num_classes+c] =
eval.get_ROC();
Expand Down

0 comments on commit 6015883

Please sign in to comment.