Error in using classify function.

4 visualizzazioni (ultimi 30 giorni)
Kinjal Joshi
Kinjal Joshi il 19 Dic 2019
Commentato: AMEN BARGEES il 29 Lug 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.

Risposte (0)

Categorie

Scopri di più su Deep Learning Toolbox in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by