Ask Your Question

Revision history [back]

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

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