Skip to content

Commit

Permalink
Merge pull request #518 from vigsterkr/master
Browse files Browse the repository at this point in the history
Minor fixes for evaluation_cross_validation_multiclass
  • Loading branch information
Soeren Sonnenburg committed May 10, 2012
2 parents af84965 + b8e0fa9 commit c4a34c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions examples/undocumented/libshogun/Makefile
Expand Up @@ -33,6 +33,7 @@ TARGETS = basic_minimal \
evaluation_cross_validation_classification \
evaluation_cross_validation_regression \
evaluation_cross_validation_locked_comparison \
evaluation_cross_validation_multiclass \
modelselection_parameter_combination_test \
regression_gaussian_process \
modelselection_model_selection_parameters_test \
Expand Down
Expand Up @@ -101,7 +101,7 @@ void test_cross_validation()

/* evaluate training error */
float64_t eval_result=eval_crit->evaluate(output, labels);
SG_SPRINT("training error: %f\n", eval_result);
SG_SPRINT("training accuracy: %f\n", eval_result);
SG_UNREF(output);

/* assert that regression "works". this is not guaranteed to always work
Expand Down

0 comments on commit c4a34c1

Please sign in to comment.