pawamoy / archan

Analysis of your architecture strength based on DSM data.
https://pawamoy.github.io/archan/
ISC License
12 stars 1 forks source link

Add capabilities to DSM class #17

Open pawamoy opened 7 years ago

pawamoy commented 7 years ago

The DSM class should beneficiates from other methods related to adjacency matrices. See the wikipedia pages to list some functions that could be of interest, then implement them. We could have functions to change/sort the order of the elements, and also transitive closure function.

pawamoy commented 7 years ago

Clustering algorithm to group related entities.