Closed PetrToman closed 12 years ago
There is no sense to show decimals for the number of iterations in the training progress chart. This can be fixed (http://www.jfree.org/jfreechart/faq.html) by adding:
plot.getDomainAxis().setStandardTickUnits(NumberAxis.createIntegerTickUnits());
to line 182 in ChartPane.java.
Thanks, good point! Added the line of code.
There is no sense to show decimals for the number of iterations in the training progress chart. This can be fixed (http://www.jfree.org/jfreechart/faq.html) by adding:
to line 182 in ChartPane.java.