cross validation in neural network

1 vue (au cours des 30 derniers jours)
Gaurav
Gaurav le 8 Oct 2013
Réponse apportée : Jie le 8 Oct 2013
Hi,
How can I pass a argument to my function from crossval function.
Eg.
function y = Net(trainData, testData, hiddenLayers)
crossval(Net, myData)
I need to pass a value for argument hiddenLayers from crossVal function to my function Net. How can I do that?
Regards
Gaurav

Réponses (1)

Jie
Jie le 8 Oct 2013
try to 'global' targated variables

Community Treasure Hunt

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

Start Hunting!

Translated by