You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Feature functionality
Allow users to provide a pre-calculated affinity matrix when computing spectral clustering, as in scikit-learn SpectralClustering.
Also generally adapt the ht.Spectral API to scikit-learn.
Additional context
Related to parallelization efforts within the SCIMES project with @dcolombo
The text was updated successfully, but these errors were encountered:
Keep in mind that the eigensolver is based on Lanczos at the moment (ht.linalg.lanczos), on small datasets it will be inefficient. A more efficient distributed eigensolver is in the making by @mrfh92
Feature functionality
Allow users to provide a pre-calculated affinity matrix when computing spectral clustering, as in scikit-learn SpectralClustering.
Also generally adapt the
ht.Spectral
API to scikit-learn.Additional context
Related to parallelization efforts within the SCIMES project with @dcolombo
The text was updated successfully, but these errors were encountered: