3/n
We thus decided to use the General Distance Measure to compute pairwise similarities between our 172 subjects, and obtained a matrix, which as math savy people know, is also the description of a network (an "adjacency matrix" for a "weighted undirected graph").
The problem was then to find cliques, communities or clusters of similar patients in such a network, and we used spectral clustering.
Spectral clustering is a family of techniques that use spectra of matrices describing networks, i.e. use eigenvalues of matrices to understand the structure of those networks.