Calling a Function specific from a ToolBox
이전 댓글 표시
Hi again Mathworks people. :)
I am attempting to use the function classify() from the Deep Learning Toolbox, however it seems to call instead on the Statistic and Machine Learning function with the same name.
My question is: is there a way to specify where the function/which toolbox the function is called from?
this is the function I wish to use:
this is the function it is currently calling (which I do not want to use):
Thanks in advance!
Miller
채택된 답변
추가 답변 (2개)
Chunru
2022년 8월 23일
seriesnetwork is a calss. It has a method of "classify". In order to use the method, you need to create the network and train it. Then can call classify by
classify(net, ...) % where net is the network trained
댓글 수: 2
MILLER BIGGELAAR
2022년 8월 23일
Chunru
2022년 8월 23일
You post your code to see who can help you.
MILLER BIGGELAAR
2022년 8월 23일
카테고리
도움말 센터 및 File Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!