Calling a Function specific from a ToolBox
Mostrar comentarios más antiguos
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
Respuesta aceptada
Más respuestas (2)
Chunru
el 23 de Ag. de 2022
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 comentarios
MILLER BIGGELAAR
el 23 de Ag. de 2022
Chunru
el 23 de Ag. de 2022
You post your code to see who can help you.
MILLER BIGGELAAR
el 23 de Ag. de 2022
Categorías
Más información sobre Deep Learning Toolbox en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!