-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Add an n loop iterative partition that splits of the large mass into k clusters. There'd be an argument to pass n length vector of k splits. Not sure if this is a separate function after xxx_cluster . This seems to be the most sense.
ALTERNATIVE...
Investigate dynamic tree cut: https://labs.genetics.ucla.edu/horvath/CoexpressionNetwork/WORKSHOP/2013/LectureHierarchicalClusteringLangfelder1.pdf
https://labs.genetics.ucla.edu/horvath/CoexpressionNetwork/BranchCutting/Supplement.pdf
https://cran.r-project.org/web/packages/dynamicTreeCut/
https://labs.genetics.ucla.edu/horvath/CoexpressionNetwork/BranchCutting/
This might require a tree object and may not be usable by all clustering algorithms.
Metadata
Metadata
Assignees
Labels
No labels