Error in using classify function.

4 ビュー (過去 30 日間)
Kinjal Joshi
Kinjal Joshi 2019 年 12 月 19 日
コメント済み: AMEN BARGEES 2022 年 7 月 29 日
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.

回答 (0 件)

カテゴリ

Help Center および File ExchangeDeep Learning Toolbox についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by