(confusion-map predicted-labels labels)
(confusion-map predicted-labels labels normalize)
Creates a confusion-matrix in map form. Can be either as raw counts or normalized.
normalized
when :all (default) it is normalized
:none otherwise
Creates a confusion-matrix in map form. Can be either as raw counts or normalized. `normalized` when :all (default) it is normalized :none otherwise
(confusion-map->ds conf-matrix-map)
Converts teh confusion-matrix map obtained via confusion-mao
into a dataset representation
Converts teh confusion-matrix map obtained via `confusion-mao` into a dataset representation
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close