Error in using classify function.

4 Ansichten (letzte 30 Tage)
Kinjal Joshi
Kinjal Joshi am 19 Dez. 2019
Kommentiert: AMEN BARGEES am 29 Jul. 2022
net=patternnet(10);
[net,tr]=train(net,trainoflow,op);
[ypred,scores]=classify(net,testoflow);
The above code give me error at classify function that Requires atleast three arguments. trainoflow is training features,testoflow is testdata features and op is train data labels.

Antworten (0)

Kategorien

Mehr zu Deep Learning Toolbox 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!

Translated by