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
"Label for decision tree cases"
Hi,
After I am using the Decision tree operatior to "split" my data. I would like to have a label, in which "case" the example is grouped instead of a true/false prediction. Somehow I would like to have am mixture of clustering adn decision tree (Cluster by decision).
Is there a way to do this in RM?
Greetings,
Markus
After I am using the Decision tree operatior to "split" my data. I would like to have a label, in which "case" the example is grouped instead of a true/false prediction. Somehow I would like to have am mixture of clustering adn decision tree (Cluster by decision).
Is there a way to do this in RM?
Greetings,
Markus
Tagged:
0
Answers
A quick idea: (it could be worthless :P)
DecisionTrees assigns the same confidence for all instances fallen into the same leaf. If you assume that this confidence is different for all pairwise different leaves, you could use Numerical2Polynomial and ChangeAttributeRole or something like this to generate a clusterattribute.
just a thought
Steffen
correct me if I got you wrong. You are suggesting using a decision tree as clusterer by assigning all examples of a node into one cluster?
Hmm, this would result in an orthogonal separated subhypercube of the complete data space. Seems to be interessing, I will add this onto my todo list. But I'm not too optimistic that it will be implemented in near future, since some of these interesting ideas already got very familiar with my toDo list...
The way around steffen described might indeed give the desired results. But only if there aren't two leaf nodes with the same class distribution. So the result might be very unstable.
Greetings,
 Sebastian