Code base for the study "Automatic classification of neurons by their morphology"
http://kth.diva-portal.org/smash/record.jsf?pid=diva2%3A1214317&dswid=-2523
Gathers the data from neuromorpho.org
Transform the gathered data so that is suites our classifiers.
Creates the classifiers using sklearn, runs the tests and displays the results.
Plots the cell type distribution.
Plots the cell type accuracy distribution.
This file contains the result from 1000 runs on each of the classifiers.
For each classifier each type is stored together with the list of the amount of correctly classified types and of the amount of missclassified types. E.g.
{'Purkinje': [11160, 3441]}
The images used for the report.