Altair RISE
A program to recognize and reward our most engaged community members
Nominate Yourself Now!
Home
Discussions
Community Q&A
What does encircle values mean and stands for ? Where it come from?
MunchCrunch19
Find more posts tagged with
AI Studio
Decision Tree
Accepted answers
BalazsBaranyRM
Hi!
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ázs
All comments
BalazsBaranyRM
Hi!
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ázs
MartinLiebig
Hi,
out of curiosity:
where does this image come from? This does not look like a RapidMiner screenshot?
Cheers,
Martin
MunchCrunch19
@mschmitz
it comes from Orange data mining.
Regards
Quick Links
All Categories
Recent Discussions
Activity
Unanswered
日本語 (Japanese)
한국어(Korean)
Groups