How can I fix the error?
Mostra commenti meno recenti

This is the error I am getting.




These are the codings and the error occurs due to line 85.
2 Commenti
KSSV
il 3 Dic 2020
The error is clear...check the dimensions of input features and target.
The number of rows of InputTestData and TargetTestData should be same.
Check your data.
Suvarna Priya
il 3 Dic 2020
Risposte (1)
Paul Hoffrichter
il 3 Dic 2020
0 voti
Sometimes a simple transpose will solve the problem. Use size() and transpose accordingly.
Categorie
Scopri di più su MATLAB in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!