Fixing an issue with 2D plots for 3class NN which lead to wrong 2D stack plots
This MR
- Fxies an issue with 2D plots for 3class NN which lead to wrong 2D stack plots. In particular the
TrainLabel
s were all written to a dedicated list and then accessed without determining the uniqueTrainLabel
s.