I have agglomerative clustering done.
I want to convert it to a decision tree so I can figure out the cluster very quickly.
How to do so?
A tedious approach (bad, I know):
- Take the top agglomeration.
- Train a classifier for the agglomeration.
- Iterate this for all agglomerations.