You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hiding non-selected clusters is confusing for algorithmic clustering results, because that is already done by default, e.g. hdbscan detects noise points (non-selected grey points), which are not visualized:
Checking the "hide non-selected clusters" would hide in this case the first (orange) cluster:
Either this checkbox should be visible only when manual clustering is performed or, for example, it could be automatically marked checked if HDBSCAN is selected.
The text was updated successfully, but these errors were encountered:
Hiding non-selected clusters is confusing for algorithmic clustering results, because that is already done by default, e.g. hdbscan detects noise points (non-selected grey points), which are not visualized:
![image](https://user-images.githubusercontent.com/52177660/225618315-91c9adaa-68ec-4487-93ed-13ed2559e3a7.png)
Checking the "hide non-selected clusters" would hide in this case the first (orange) cluster:
![image](https://user-images.githubusercontent.com/52177660/225618911-cc221a13-6e71-4338-8f5f-bb42589c28dd.png)
Either this checkbox should be visible only when manual clustering is performed or, for example, it could be automatically marked checked if HDBSCAN is selected.
The text was updated successfully, but these errors were encountered: