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
In point-based visualisations, like t-SNE, it is very hard to see the data that comes in as a subset. Consider the following figure,
where a part of the data belongs to the data subset. Even though that cluster is well-defined, it is hard to spot it due to the density of the points around it. The problem becomes even more pronounced with larger data sets.
If the points that represent the selected data items sent to the widget are enlarged, though, they are clearly visible. For instance, following shows the same data as above:
I would propose a option (checkbox) that says "Enlarge subset instances", or something in this line. If this is implemented, it would be great to animate visualization change upon change in the input data subset, just like this is implemented when we the values in the column that dictates the size of the data points ("Size:").
The text was updated successfully, but these errors were encountered:
In point-based visualisations, like t-SNE, it is very hard to see the data that comes in as a subset. Consider the following figure,
where a part of the data belongs to the data subset. Even though that cluster is well-defined, it is hard to spot it due to the density of the points around it. The problem becomes even more pronounced with larger data sets.
If the points that represent the selected data items sent to the widget are enlarged, though, they are clearly visible. For instance, following shows the same data as above:
I would propose a option (checkbox) that says "Enlarge subset instances", or something in this line. If this is implemented, it would be great to animate visualization change upon change in the input data subset, just like this is implemented when we the values in the column that dictates the size of the data points ("Size:").
The text was updated successfully, but these errors were encountered: