kfoldpredict , predict, error???

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

Answers (1)

yi du
yi du on 24 Jul 2022
I also have this confusion, have you solved it?

Asked:

on 29 Apr 2012

Answered:

on 24 Jul 2022

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!