ELM Classifier does not produce a list of predicted labels
Mostrar comentarios más antiguos
My question is Matlab related I am using ELM classifier without kernel to classify my 5 classes. This classifier gives overall accuracy result, train time, test time, train accuracy and test accuracy but it doesnt produced predicted labels list. Please can anyone guide me finding predicted labels?? as without them i cannot be able to calculate f-score, precision and recall of each class. can there be way to find predicted label ..
I have attached my two code files.
one is main file
the other is ELM classifier function
4 comentarios
Image Analyst
el 25 de Feb. de 2018
Unfortunately, answers will probably be delayed until you attach the "reducedX6D.mat" file, which you forgot to attach.
maida
el 25 de Feb. de 2018
BERGHOUT Tarek
el 22 de Oct. de 2018
https://www.mathworks.com/matlabcentral/answers/84971-how-to-classify-the-data-using-extreme-learning-machine#answer_303363?s_tid=prof_contriblnk
BERGHOUT Tarek
el 3 de Feb. de 2019
just add "TY" to your function [TY,TrainingTime, TestingTime, TrainingAccuracy, TestingAccuracy]=.....;
Respuestas (1)
BERGHOUT Tarek
el 3 de Feb. de 2019
0 votos
just add "TY" to your function [TY,TrainingTime, TestingTime, TrainingAccuracy, TestingAccuracy]=.....;
Categorías
Más información sobre Get Started with Statistics and Machine Learning Toolbox en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!