Undefined function or variable 'cvpartition'.
10 次查看(过去 30 天)
显示 更早的评论
Hi,
for the follwoing code:
P = cvpartition(Y,'Holdout',0.20);
Am facing "Undefined function or variable 'cvpartition' " error, while I have already installed "Statistics and Machine Learning Toolbox".
Any advice please, how can I fix this issue.
Thank you
2 个评论
dpb
2019-8-19
What do
which -all cvpartition
and
ver
return (for latter, can elide your license number...)
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Model Building and Assessment 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!