serialLDA bugs
Status: Beta
Brought to you by:
alvarado
In ltiSerialLDA_template.h, library versions 1.9.x, the variable "classes" is not initialized in the constructor (so its value in the DEBUG build is -858993460 == 0xcccccccc)
Furthermore, there is this:
if (classes = 0) {
...
}
classes++;
I assume it should be "classes == 0" ?
Could you please check the SerialLDA class, there might be more bugs, as it still doesn't work for me.
mitz131@yahoo.com