how to use trained dataset in my java code?
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
My training of dataset is complete now i want to use this training dataset i my java code . i can't understand how i use.
2 Kommentare
Antworten (1)
Gareth Thomas
am 4 Okt. 2016
In R2016b you can actually call a MATLAB session from a java program (if you have MATLAB on the same machine): MATLAB engine api for java
That being said if you have MATLAB Compiler SDK you can also create your own JAR and invoke that in Java. See: MATLAB Compiler SDK
2 Kommentare
Siehe auch
Kategorien
Mehr zu Deep Learning Toolbox finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!