Hello, I have a question to ask you, when I used ccmpred example.mat -b example.braw command to generate braw file, there was an error. Error: unknown option b at argument index 22 So I can't generate my own BRAW file. But I see that your source code has the -b parameter.
#ifdef MSGPACK
printf("\t-b BRAWFLE\tStore raw prediction matrix in msgpack format in BRAWFLE\n");
May I ask what is the cause of this problem?
Any thoughts would be greatly appreciated! Thanks.