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 Matlab 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 on the train and test 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 only the two accuracy value obtained in
the train and test set, comma separated;
line 2-5 should contain each the entries of the confusion matrix (on the
columns the true diagnosis, on the rows the estimated) for the training
set, comma separated;
line 6-9 should contain each the entries of the confusion matrix (on the
columns the true diagnosis, on the rows the estimated) for the test set,
comma separated;