how to use trained dataset in my java code?
조회 수: 5 (최근 30일)
이전 댓글 표시
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
답변 (1개)
Gareth Thomas
2016년 10월 4일
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
참고 항목
카테고리
Help Center 및 File Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!