How can I export the trained SVM model from MatLab to use in Android(Java) -


i trained svm model on matlab , saved .mat file. how can save in format can use java? or there other ways use matlab model on java(like using models parameters create new predictor on java)? thanks:)

try this or can make self loading file , reading file structure fields here


Comments

Popular posts from this blog

Spring Boot + JPA + Hibernate: Unable to locate persister -

go - Golang: panic: runtime error: invalid memory address or nil pointer dereference using bufio.Scanner -

c - double free or corruption (fasttop) -