Hello there,
In the TextArea of the ClassifierPanel we can see a model in the form of a decision tree, when we train J48 algorithm.
In this decision tree (x/y) is depicted in each leaf of the tree.
My question is: Is possible to have the same decision tree, but with the values (x/y) representing the results of the classifier after testing the classifier in a test dataset?
Best regards,
Adrian