Hello. I have some matrix MxN(M - count of weak classificators, N - count of results weak classificator at each validation image(positives and negatives):
Example:
1 1 1 1 0 0 0 0
1 1 1 0 0 1 0 0
1 0 1 1 1 0 0 0
1 1 1 1 0 0 0 0
1 1 1 1 1 0 0 0
Which tflag for CvBoost should I choose for right work for CvBoost? How to correctly create responses vector?