Skip to content

mevers/hclust_animation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

hclust_animation

Hierarchical clustering animated through pair swaps of elements from an initial state Q to a final state P (determined from the order of the leaves in the hierarchical clustering dendrogram).

For example, if Q = ('A', 'B', 'C', 'D') and P = ('C', 'A', 'D', 'B') then we have the following swaps

Q = ('A', 'B', 'C', 'D')        [swap: 'A' <-> 'C']
    ('C', 'B', 'A', 'D')        [swap: 'B' <-> 'A']
    ('C', 'A', 'B', 'D')        [swap: 'B' <-> 'D']
    ('C', 'A', 'D', 'B') = P

About

Animation of hierarchical clustering based sorting

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages