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!