cross validation in neural network

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

回答(1 个)

Jie
Jie 2013-10-8

0 个投票

try to 'global' targated variables

提问:

2013-10-8

回答:

Jie
2013-10-8

Community Treasure Hunt

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

Start Hunting!

Translated by