Caleydo / confusionflow-ui

Visualize learning dynamics in multi-class image classifiers (e.g., convolutional neural networks) 💬 @gfrogat @thinkh
https://confusionflow.org
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

Filter classes for conf matrix #192

Closed thinkh closed 6 years ago

thinkh commented 6 years ago

Select a set of cells in the matrix; matrix gets smaller (more space available for other cells).

image

thinkh commented 6 years ago

Filter classes:

malevo-filter-classes

gfrogat commented 6 years ago

Is this already final? Why does it change the aspect ratio of the performance metric views?

thinkh commented 6 years ago

Because it's a grid system. The other alternative would be to keep it small (original size from the 10x10) and center it. However, this would result in a lot of unwanted white-space.

thinkh commented 6 years ago

I suggest to open a new ticket if we want to change the style of the additional columns.

thinkh commented 6 years ago

Done with PR #199.