Reputation: 191
I am using weka to analyse data sets using id3 and j48 trees. However, the id3 classification doesn't allow you to graphically see the tree. Can the pruning for the j48 tree be turned off to obtain an id3?
Upvotes: 1
Views: 1764
Reputation: 4113
From the Weka Javadoc
Valid options are:
-U Use unpruned tree.
So I think that answers your question.
Upvotes: 1