how to turn off dividerand function?
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
when we are working with NN,the input data will be automatically divided into trn/val/tst subsets.how to turn off this function.I already set
net.divideFcn = 'dividetrain';
but i got error ="divideFcn" cannot be set to non-existing function "dividetrain".
if i plan to use cross validation, do i need to turn off this function to default?
thanks.
1 Kommentar
Greg Heath
am 14 Jul. 2012
Please include relevant code. Where commands are placed is just as important as what commands are used.
Antworten (0)
Siehe auch
Kategorien
Mehr zu Define Shallow Neural Network Architectures finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!