-
Notifications
You must be signed in to change notification settings - Fork 1
Hierarchical Clustering with joint clusters #68
Copy link
Copy link
Open
Description
Is your feature request related to a problem? Please describe.
We need to create a hierarchical clustering that considers joint subsets.
Describe the solution you'd like
The joint subsets will be created by first applying hierarchical clustering to the variables of the problem. Then, if the largest cluster created has n variables in it, the rest will add the best variables related to each cluster until it reaches the n variables of the
largest cluster.
Describe alternatives you've considered
None
Additional context
...
Reactions are currently unavailable