All examples By author By category About

manojchandrak

VI7 Adjacency matrix

###Adjacency matrix

Insights

  1. Each cell in the matrix determines a connection between the states.
  2. The matrix is symmetric about the diagonal.
  3. Ordering based on names makes it easy to figure out connections in alphabetical order
  4. Ordering based on number of connections makes it easy to figure out states with most and least connecctions.
  5. Ordering based on Clusters/Groups that is regions in this case can identify all states within the region together on the matrix.