Hello all,
I'm using BCI2000, which incorporates alglib to provide an SWLDA classifier. However I've created a new setup and the code in the classification program needed to be modified. When doing this I stumbled across an inconvenience. If I debug an application, I can't see what's in an ap::template_2d_array<float, true>, except for the dimensions of the array. Is it possible to see a bit more of the data? E.g. Matlab can display the minimum and maximum element of a matrix (if it's not too big).
Thanks in advance!
|