ELM Classifier does not produce a list of predicted labels

1 回表示 (過去 30 日間)
maida
maida 2018 年 2 月 26 日
回答済み: BERGHOUT Tarek 2019 年 2 月 4 日
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 AND one mat file containing actual class labels and Feature vectors. Code files include:
one is main file
the other is ELM classifier function
  1 件のコメント
maida
maida 2018 年 2 月 26 日
no one is answering.. :/

サインインしてコメントする。

回答 (1 件)

BERGHOUT Tarek
BERGHOUT Tarek 2019 年 2 月 4 日
you can just add the name of the output to the function : Y for training output, TY for testing output like this :
[Y,TY,TrainingTime, TestingTime, TrainingAccuracy, TestingAccuracy] = elm(TrainingData_File, TestingData_File, Elm_Type, NumberofHiddenNeurons, ActivationFunction)

カテゴリ

Help Center および File ExchangeStatistics and Machine Learning Toolbox についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by