We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The SpectralCluster library has iterated many versions.
The newest versions have much more functionalities, including custom distances for K-means like cosine.
Please consider directly importing the newest version of this library instead of a nested fork 😄
Also, you can directly use the equivalent config in the ICASSP2018 paper in a few lines:
from spectralcluster import configs labels = configs.icassp2018_clusterer.predict(X)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The SpectralCluster library has iterated many versions.
The newest versions have much more functionalities, including custom distances for K-means like cosine.
Please consider directly importing the newest version of this library instead of a nested fork 😄
Also, you can directly use the equivalent config in the ICASSP2018 paper in a few lines:
The text was updated successfully, but these errors were encountered: