Upon successful completion, the function returns an invisible list
with three components. The first is the data set that has been
created, the second is the similarity matrix, and the third is an
APResult object with the clustering results (see
examples below).
Details
apclusterDemo creates ld-dimensional
data points that are uniformly distributed in $[0,1]^d$. Affinity
propagation is executed for this data set with default parameters.
Alternative settings can be passed to apcluster with
additional arguments. After completion of affinity propagation,
the results are shown and the performance measures are plotted.
This function corresponds to the demo function in the original
Matlab code of Frey and Dueck. We warn the user, however, that
uniformly distributed data are not necessarily ideal for demonstrating
clustering, as there can never be real clusters in uniformly
distributed data - all clusters found must be random artefacts.
References
http://www.bioinf.jku.at/software/apcluster
Frey, B. J. and Dueck, D. (2007) Clustering by passing messages
between data points. Science315, 972-976.