In Java: Any chance to get the xml of a CvDTree in a String (instead of a file)

asked 2015-02-05 08:21:13 -0600

Hi,

I'd like to save a CvRTrees object in a db-field (in java). However, the only way to get the XML structure seems to be saving it into a xml-file. Any suggestions how I can get a Tree (or Support Vector Machine) as a XML String without writing it into a file?

Thanks

edit retag flag offensive close merge delete

Comments

only possible with jni, imho.

berak gravatar imageberak ( 2015-02-05 08:58:22 -0600 )edit