Submission guidelines¶
Please submit a zip file named teamname_methods.zip replacing the
"teamname" part with the name of teh team submitting the results,
containing
- the code needed to perform the classification with a main function
receiving as input an image and returning the classification
- a pdf formatted according to EMBC conference style describing the proposed method
-a txt file containing the results of the cross validationon the data
set.
The file should be named as teamname_results.txt replacing the
"teamname" part with the name of teh team submitting the results;
the first line should contain the accuracy value (fraction of correct
classifications in all left out folds);
line 2-5 should contain each the entries of the confusion matrix summing
the results on each left-out-fold (on the columns the true diagnosis, on
the rows the estimated) , comma separated;