kfoldpredict , predict, error???
3 views (last 30 days)
Show older comments
hi,
need to predict the response of a classifier to new data ....
I can do a model not crossvalidate
but not a model crossvalidado .....
thus,
model does not crossvalidado
answer = predict (model, new data)
crossvalidate model
answer = kfoldpredict (model), but where are the new data, I want to analyze new data to my model ....
thank you very much
0 Comments
Answers (1)
See Also
Categories
Find more on Get Started with Statistics and Machine Learning Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!