A list with class 'statGraph' containing the following components:
method:
a string indicating the used method.
info:
a string showing details about the method.
data.name:
a string with the data's name(s).
cluster:
a vector of the same length of Graphs containing the clusterization
labels.
centers:
a list containing the centroids of each cluster.
Arguments
Graphs
a list of undirected graphs.
If each graph has the attribute eigenvalues containing its
eigenvalues , such values will be used to
compute their spectral density.
k
an integer specifying the number of clusters.
nstart
the number of trials of k-means clusterizations. The algorithm
returns the clusterization with the best silhouette.
dist
string indicating if you want to use the 'JS' (default), 'L1' or 'L2'
distances. 'JS' means Jensen-Shannon divergence.
...
Other relevant parameters for graph.spectral.density.
References
MacQueen, James. 'Some methods for classification and analysis of
multivariate observations.' Proceedings of the fifth Berkeley symposium on
mathematical statistics and probability. Vol. 1. No. 14. 1967.
Lloyd, Stuart. 'Least squares quantization in PCM.' IEEE transactions on
information theory 28.2 (1982): 129-137.