I am trying to do genre based classification of the song.
I have extracted the audio features ( MFCC, Pitch, and Rhythm) for a song.
I trained the three model (ANN, SVM, SVM ) by each features. Three model give the three output (genre of the song).
How can I analysis the output of the three model so that I only get the one result?