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!