I have a symmetric and weighted adjacency matrix with $n$ elements. What algorithms exist to cluster the elements from this matrix?
The matrix has values between $0$ and $1$. In the case of a similarity matrix the elements in the main diagonal are $1$, in the case of a distance matrix the values in the main diagonal are $0$.
Is it possible to use $k$-means using the "adjacency" matrix?