cr.sparse.cluster.spectral.unnormalized

cr.sparse.cluster.spectral.unnormalized(key, W)[source]

Unnormalized spectral clustering

Parameters
  • key – a PRNG key used for the k-means algorithm

  • W (jax.numpy.ndarray) – Similarity/Weights matrix

Returns

A named tuple with the spectral clustering solution (Laplacian, singular values, cluster assignment)

Return type

(SpectralclusteringSolution)