Clustering issue
See original GitHub issueIssue Description
Hi,
Please note that I am using the following code for clustering, but I got this error “Number of clustered events: 0/119 (0.000000%), Impossible to calculate silhouette score. Only 1 cluster group identified”
suppa.py clusterEvents --dpsi cold_cond.dpsi --psivec cold_cond.psivec --sig-threshold 0.05 --eps 0.05 --min-pts 20 --groups 1-4,5-8 -o salt
I don’t know what that means!! Please help, Thanks in advance
Nour
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Clustering Problem - an overview | ScienceDirect Topics
Clustering problems to detect clusters of objects that have similar behavior, such as states of the power grid that are similar.
Read more >What are some of the issues with Clustering?
Machine Learning FAQ. What are some of the issues with Clustering? I wouldn't necessarily call most of them “issues” but rather “challenges”.
Read more >Cluster analysis - Wikipedia
Cluster analysis or clustering is the task of grouping a set of objects in such a way that ... Centroid-based clustering problems such...
Read more >Common cluster problems - IBM
Lists some of the most common problems that can occur in a cluster, as well as ways to avoid and recover from them....
Read more >What is Clustering? | Machine Learning - Google Developers
When you're trying to learn about something, say music, one approach might be to look for meaningful groups or collections.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Dear Nour,
In the wiki page we give some ideas to visualize results https://github.com/comprna/SUPPA/wiki/SUPPA2-tutorial
In the SUPPA2 paper, we simply plot PSI values along the different time points.
SUPPA2 calculation of events also gives the events in GTF format that you can either use in UCSC or with a different tool for visualisation.
I hope this helps
best
Eduardo
On Mon, 2 Nov 2020 at 01:15, Nourelislam notifications@github.com wrote:
– Prof. E Eyras EMBL Australia Group Leader The John Curtin School of Medical Research - Australian National University https://github.com/comprna http://scholar.google.com/citations?user=LiojlGoAAAAJ
Dear Nour,
thanks for your message. This is not really an error. It simply states that only no clusters could be formed using those parameters. Accordingly, the silhouette score cannot be calculated.
Please try changing the parameters for the clustering, like --eps, –min-pts,… to reduce the thresholds to form clusters.
I hope this helps
Best
Eduardo
On Sat, 31 Oct 2020 at 23:20, Nourelislam notifications@github.com wrote:
– Prof. E Eyras EMBL Australia Group Leader The John Curtin School of Medical Research - Australian National University https://github.com/comprna http://scholar.google.com/citations?user=LiojlGoAAAAJ