public final void write(OutputStream out) throws IOException
Is this a good idea or do you know a better solution for using the Java library in my C++ program?
Is there a way to dump the randomforest tree models into a file exactly in the form as seen in the TextView mode like (taken from samle 01_DecisionTree.xml):
Stephan wrote:it seems to me that the operator "ResultWriter" can be only used for single decision treesbut not for random forests, right?