-
Notifications
You must be signed in to change notification settings - Fork 1
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
Cluster root nodes #32
Conversation
… apporiented artefact
* Contains methods to derive classes from hierarchical clustering based on threshold or based on class count
* weka-dev is a machine learning library that is able to perform hierarchical clustering amongst others
…ccept arrays of generic objects
… ZhangUnorderedTreeEditDistance
…EditDistance class
…st of Tree objects
…Tree * if first timepoint of given branchspot is greater than given endtimepoint * if given branchSpot is null
…yClassCount more informative
…lassCount * The dendrogram contains the cutoff line
* The order of the cluster results is not relevant * No identifier for the clusters is needed
# Conflicts: # src/main/java/org/mastodon/mamut/treesimilarity/ZhangUnorderedTreeEditDistance.java
* i was incremented in the log statement and used after that to get the tagset
* the test reflects now that classes can have any order
…ster leave labels in a given graphics context
…ms, setComputeParams and showDendrogram
…ween the cutoff cluster and the next cluster
Kudos, SonarCloud Quality Gate passed! 0 Bugs 80.9% Coverage The version of Java (11.0.20) you have used to run this analysis is deprecated and we will stop accepting it soon. Please update to at least Java 17. |
Thanks for the advices.
For the sake of completeness I made a another comparison between the Python based results in the results in this Java implementation. It looks fairly similar now (apart from the order of the clusters, which differs, but is not really relevant): |
Resolves #25
Already added:
Ensure UI dialog is not opened again, when already open, but brought to front again