user4345738
user4345738

Reputation: 191

ID3 and J48 using Weka

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

Answers (1)

Sentry
Sentry

Reputation: 4113

From the Weka Javadoc

Valid options are:

-U
Use unpruned tree.

So I think that answers your question.

Upvotes: 1

Related Questions