Closed anon747 closed 3 years ago
Update:-
I tried by removing all-0s samples from the spectral clustered input but I still get the same error.
It fails at eigen decomposition. You can check what your similarity matrix (after refinement) looks like. Is it symmetric? It is a real matrix? What is its rank?
Hello!
I trying to use the spectral-clusterer algorithm that this repository implements.
I have performed the following steps:-
However, once I try to run the spectral clustered on the final L2-normalized numpy array (dimensions: (n_samples, 256)), I get the following error:-
LinAlgError Traceback (most recent call last)