]> rtime.felk.cvut.cz Git - opencv.git/history - opencv/src/ml/mlsvm.cpp
ticket 64
[opencv.git] / opencv / src / ml / mlsvm.cpp
2010-02-16 mdimticket 64
2010-02-16 mdimticket 56 (SVM with set of selected features)
2010-01-21 vp153fixed crash in SVM::train_auto on 64-bit OSes
2009-09-28 vp153added new-style methods (accepting cv::Mat instead...
2009-09-24 mdimmodified mltest, added new tests; fixed mll
2009-09-02 mdimfixed CvSVM::train_auto
2009-08-25 vp153fixed incorrect handling of single-row vectors in cvPre...
2008-12-08 vp153eliminated most GCC 4.3 warnings
2008-04-13 haslerThanks to Andrew Daviel for this fix in the signed...
2008-04-06 haslermore signed char vs. unsigned char fixes. (thanks to...
2007-05-22 vp153fixed SVM read/write procedures (thanks to Brendan...
2007-02-10 ishevtsovaA bug in CvSVM::train_auto is fixed
2007-02-04 ishevtsovaSVM automatical training with cross-validation added
2006-08-18 markasbach- Added stub routines for cvVideoWriter so that API...
2006-08-03 vp153fixed GCC4.1 warnings
2006-08-02 vp153fixed several compiler warnings
2006-07-26 vp153common load/save methods moved to the base class
2006-06-19 vp153added load/save methods
2006-05-04 vp153[cut-down] machine learning library now a part of openc...