Undefined function or variable 'cvpartition'.
11 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
dpb
el 19 de Ag. de 2019
What do
which -all cvpartition
and
ver
return (for latter, can elide your license number...)
Respuestas (0)
Ver también
Categorías
Más información sobre Model Building and Assessment en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!