I use Random Forest in Weka GUI as the classifier on my training set. However, even I ticked "Output Model" in "More Options," I could not get the actual tree models generated by the algorithm.
I know that J48 Decision Tree can output the model in Weka GUI. Are there any ways for Random Forest to do the same thing in Weka GUI?
The only information reported by Weka GUI is as follows:
=== Classifier model (full training set) ===
Random forest of 5 trees, each constructed while considering 4 random features. Out of bag error: 0.0483 Max. depth of trees: 3
Time taken to build model: 1.07 seconds