3

I´m using Classify and do the testing via ClassifierMeasurements. Now I observed that ConfusionMatrixPlot is not shown correctly when using StyleSheet Report(default). Maybe you can reproduce (example from documentation)

trainingset = {1 -> "A", 2 -> "A", 3.5 -> "B", 4 -> "B"};
c = Classify[trainingset];
cm = ClassifierMeasurements[c, trainingset];
cm["ConfusionMatrixPlot"]

Everything fine, but when I change to StyleSheet-> StandardReport the matrix is not shown properly. Am I doing a foolish mistake or is there anything I have overseen and only have to "push a button"?. Working picture from my problem, here: enter image description here

Szabolcs
  • 234,956
  • 30
  • 623
  • 1,263
mgamer
  • 5,593
  • 18
  • 26

0 Answers0