why opencv NormalBayesClassifier.train() is run very very slowly which train data is small

asked 2013-12-18 04:40:47 -0600

wy200507030 gravatar image

Hi, all i use opencv's NormalBayesClassifier.train() to train to train bayes model, the number of train data is 44518, and the num of class is 156, the num of attributes which in each vector is 156, and the matrix which is generated by the vectors is sparse, it has run about more than 5 hours, but has not train over, the program is still running at NormalBayesClassifier.train() function why?, Dose the opencv's NormalBayesClassifier.train() run slowly really?

thanks
edit retag flag offensive close merge delete