Skip to content

Commit

Permalink
change to Cross Accuracy
Browse files Browse the repository at this point in the history
  • Loading branch information
zeyiwen committed Jun 14, 2018
1 parent f747325 commit 1fb7ad2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/thundersvm/thundersvm-train.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ int main(int argc, char **argv) {
}
}
if (metric) {
std::cout << metric->name() << " = " << metric->score(predict_y, train_dataset.y()) << std::endl;
std::cout << "Cross " << metric->name() << " = " << metric->score(predict_y, train_dataset.y()) << std::endl;
}
}

Expand Down

0 comments on commit 1fb7ad2

Please sign in to comment.