I was trying to train Boost classifier using CvMLData and reading from .cvs file,but when I try to load .cvs the program trows an error:
OpenCV Error: One of arguments' values is out of range (Storage block size is too small to fit the sequence elements) in cvSetSeqBlockSize
The .cvs file has the following format:
Y,0.615685,0.647057,0.682354,0.713726,0.737255
Any idea, what causes this?