extreme learning machine multi-class classification
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Pratima Tiwari
le 3 Mai 2019
Commenté : Pratima Tiwari
le 3 Mai 2019
i am using the attached code for the multiclass classification. but i am getting error <Undefined function or variable 'getRandomMatrix'.
Error in trainRELM (line 70)
R = getRandomMatrix(size(Data.X,2)+1,nh,type,Params.seed);
Error in test1 (line 47)
LR2 = trainRELM(DataTG);>
kindly help me to understand the reason for why the error is coming like this.
0 commentaires
Réponse acceptée
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Classification dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!