Error in using classify function.

4 vues (au cours des 30 derniers jours)
Kinjal Joshi
Kinjal Joshi le 19 Déc 2019
Commenté : AMEN BARGEES le 29 Juil 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.

Réponses (0)

Catégories

En savoir plus sur Deep Learning Toolbox dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by