0

sample picture I am unable to understand the meaning of leaf node attribute of decision tree.

I am a new machine learner and after classifying the dataset by using J48 algo.I got a tree and now I'm unable to understand which attribute's value is related with tree's leaf node. I'm simply perform a prediction by using dataset from Kaggle.

Has QUIT--Anony-Mousse
  • 76,138
  • 12
  • 138
  • 194

1 Answers1

0

Majority class, and class frequencies.

These values are useful for estimating the certainty of the classifier.

Has QUIT--Anony-Mousse
  • 76,138
  • 12
  • 138
  • 194