How can I fix the error?
显示 更早的评论

This is the error I am getting.




These are the codings and the error occurs due to line 85.
2 个评论
KSSV
2020-12-3
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
2020-12-3
回答(1 个)
Paul Hoffrichter
2020-12-3
0 个投票
Sometimes a simple transpose will solve the problem. Use size() and transpose accordingly.
类别
在 帮助中心 和 File Exchange 中查找有关 MATLAB 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!