Menu

#91 serialLDA bugs

1.9.x
open
nobody
5
2007-07-02
2007-07-02
Anonymous
No

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

Discussion


Log in to post a comment.

MongoDB Logo MongoDB