Error in using classify function.

5 visualizaciones (últimos 30 días)
Kinjal Joshi
Kinjal Joshi el 19 de Dic. de 2019
Comentada: AMEN BARGEES el 29 de Jul. de 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.

Respuestas (0)

Categorías

Más información sobre Deep Learning Toolbox en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by