Which version of spectral clustering in sklearn library?
Which version of spectral clustering is implemented in sklearn library? Is it Shi, Malik or Ng, Jordan, Weiss from this tutorial? In sklearn user guide, both versions are mentioned in reference. From the source code, it is not trivial to understand what is implemented as the authors used some tricks for code optimization.
Topic spectral-clustering scikit-learn
Category Data Science