ELM Classifier does not produce a list of predicted labels
1 次查看(过去 30 天)
显示 更早的评论
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 个评论
BERGHOUT Tarek
2018-10-22
https://www.mathworks.com/matlabcentral/answers/84971-how-to-classify-the-data-using-extreme-learning-machine#answer_303363?s_tid=prof_contriblnk
BERGHOUT Tarek
2019-2-3
just add "TY" to your function [TY,TrainingTime, TestingTime, TrainingAccuracy, TestingAccuracy]=.....;
回答(1 个)
BERGHOUT Tarek
2019-2-3
just add "TY" to your function [TY,TrainingTime, TestingTime, TrainingAccuracy, TestingAccuracy]=.....;
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Classification Ensembles 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!