Algorithm 1:
Input: Graph set G, where and each is a 34 by 34 EEG connectome |
Output: Geodesic distance matrix GDM, where GDM |
Minimum Spanning Tree MST of G |
1. [Optional] Select Prototype graph set |
2. Construct dissimilarity embedding using Eq. 2 |
3. for each in G |
4. Construct Euclidean distance matrix Euclidean distance between is given in Eq. 3 |
5. end for |
6. GDM← Apply Dijkstra algorithm and k nearest neighbors to EDM |
7. return GDM |
8. MST ← apply TreeV is to GDM to yield geodesic informed minimum spanning tree |
9. plot MST |