-
Notifications
You must be signed in to change notification settings - Fork 248
New issue
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
[pyclustering.cluster.clique] CLIQUE: Grid-Based Subspace Clustering #381
Comments
Hello, thanks for your fantastic package. |
Hello, @Datamined , |
…er implementation. Test template is prepared.
In clique, whenever i try to run code with 9 or more dimensions, it gives the error: OSError: [WinError -529697949] Windows Error 0xe06d7363 What could be the reason for this? |
Hi @farzanullah , Could you please provide version of the library and code example how do you use this algorithm? Does it work with data with 8 dimensions? |
Introduction
CLIQUE is a density-based and grid-based subspace clustering algorithm. Python implementation of the algorithm is required in pyclustering.
Resources
Description
File source location: pyclustering/cluster/clique.py
Class name: clique
Interface of the class:
Some specific for the algorithm information should be also displayed via additional methods.
Requirements
Optional (investigation is required before implementation):
Specific visualizer for the algorithm to display clustering results as follows (image from article):
The text was updated successfully, but these errors were encountered: