"Clustering different models"
Hi,
I create classification models for about 1000 datasets. Now I want to find similarities or clusters in these models.
My models are decision trees. So I am looking for an operator that compares features and tresholds used in my trees to build some clusters out of my 1000 trees?!
Could anyone help me with telling if this is possible and what is the operator?
Greetz
Ozone
I create classification models for about 1000 datasets. Now I want to find similarities or clusters in these models.
My models are decision trees. So I am looking for an operator that compares features and tresholds used in my trees to build some clusters out of my 1000 trees?!
Could anyone help me with telling if this is possible and what is the operator?
Greetz
Ozone
Find more posts tagged with
Sort by:
1 - 3 of
31
may it be possible for you to log the threshold and features with the operator "Log"? Afterwards you could use the operator "Log to Data", create an exampleset and use every clustering method which rapidminer offers.
I hope my comment will support your project :-)
Greetz
Fabian