cvms 1.4.1
plot_confusion_matrix()
:
-
Adds option to set
intensity_by
to a log/arcsinh transformed version of the counts.
This adds the options"log counts"
,"log2 counts"
,"log10 counts"
,"arcsinh counts"
to theintensity_by
argument. -
Fixes bug when
add_sums = TRUE
andcounts_on_top = TRUE
. -
Raises error for negative counts.
-
Fixes zero-division when all counts are 0.
-
Sets palette colors to lowest value when all counts are 0.