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

Which cells should be affected by the scaling slider? #195

Closed NMO13 closed 6 years ago

NMO13 commented 6 years ago

Currently, the matrix cells (without additional matrix cells) + detail view is scaled when the slider is dragged. Should the additional matrix cells be scaled as well?

gfrogat commented 6 years ago

What additional matrix cells are you talking about?

NMO13 commented 6 years ago

The precision, recall, F1 score columns

gfrogat commented 6 years ago

It doesn't make sense to scale them with the confmat cells as they encode different measures on the y-axis.

NMO13 commented 6 years ago

Yes makes sense. Then we only scale the confmat cells.