The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
What does encircle values mean and stands for ? Where it come from?
MunchCrunch19
Member Posts: 23 Learner III
in Help
Best Answer
-
BalazsBarany Administrator, Moderator, Employee-RapidMiner, RapidMiner Certified Analyst, RapidMiner Certified Expert Posts: 955 UnicornHi!
The values refer to the attribute that was selected for the split. In the first split, petal length, in the second one, petal width.
When a decision tree splits a numerical attribute, it searches for a value that cleanly separates a class from others. The values were automatically chosen.
In your case, you can read the tree like this:
If petal length is <= 1.9, then the class is Iris setosa.
If petal length is > 1.9 and petal width is <= 1.7, then the class is Iris versicolor in most of the cases.
Else it's Iris virginica.
Regards,
Balázs6
Answers
Dortmund, Germany
Regards