mastodon-sc / mastodon-deep-lineage

A collection of plugins to analyse lineages of tracked objects in Mastodon
BSD 2-Clause "Simplified" License
5 stars 1 forks source link

Allow Lineage classification for the case of number of root nodes equals number of classes #87

Closed stefanhahmann closed 5 months ago

stefanhahmann commented 5 months ago

User Story

Currently, the UI prevents computing a classification of lineages, which contain the same number of classes as the available roots. While this seems to be a reasonable decision, since a classification where the number of roots is the same as the number of classes would result in the trivial classification, where each root gets its own unique class, it is still sometimes interesting to see and investigate the resulting dendrogram of such a classification scenario. It would therefore be useful, if the case of number of roots = number of classes would be allowed by the UI

Acceptance Criteria