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
"Using clustering result as input for K-nn / Decision tree"
http://imgur.com/sksDyrH
This is what Ive got. It doesnt really work though.
What I want to do is use the result of the clustering for my decision tree. But right now it is classifying some random value. Not even sure how I specifiy that value that I want to predict in my model.
Thanks in advance
This is what Ive got. It doesnt really work though.
What I want to do is use the result of the clustering for my decision tree. But right now it is classifying some random value. Not even sure how I specifiy that value that I want to predict in my model.
Thanks in advance
Tagged:
0
Answers
first of all, i would recommend to use a (cross) validation to estimate your performance.
For using the cluster id, you can simply set the role of the newly created cluster to regular. Than it is used. You might want to build a model per cluster. A loop values helps there.
Cheers,
Martin
Dortmund, Germany