Skip to content

Functions to aid with the visualisation of classification accuracy and class purity

Notifications You must be signed in to change notification settings

bridgeta/Confusion_matrix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Confusion_matrix

Functions to aid with the visualisation of classification accuracy and class purity

Functions will be for summarising confusion matrices from K-fold cross-validation received as an array of K matrices (where K is the number of 'folds') and Each matrix within the array has the dimensions of k x k (where k is the number of classes)

Tables returned have the sensitivity of classification for each class and/or across classes

Plots returned have the sensitivity of the classification for each class and/or across classes

About

Functions to aid with the visualisation of classification accuracy and class purity

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages