opencv/modules/ml/src
2011-06-17 10:11:52 +00:00
..
ann_mlp.cpp removed constraint to max_iter in CvANN_MLP (#1110) 2011-06-07 12:28:18 +00:00
boost.cpp fixed CvBoost 2011-04-30 17:39:24 +00:00
cnn.cpp "atomic bomb" commit. Reorganized OpenCV directory structure 2010-05-11 17:44:00 +00:00
data.cpp minor refactoring of CvMLData interface 2011-06-17 10:11:52 +00:00
em.cpp ~40 warnings under VS2008 2011-06-11 17:24:09 +00:00
ertrees.cpp fixed ~300 warnings under windows (had to hack gtest a bit) 2011-05-06 21:45:48 +00:00
estimate.cpp "atomic bomb" commit. Reorganized OpenCV directory structure 2010-05-11 17:44:00 +00:00
gbt.cpp brief gbt documentation added. some sample fixes made. code updated. 2011-06-15 21:54:25 +00:00
inner_functions.cpp fixed #517; uncommented ertrees test and moved it to black llist 2010-11-29 09:34:06 +00:00
knearest.cpp a big patch; use special proxy types (Input/OutputArray, Input/OutputArrayOfArrays) for passing in vectors, matrices etc. 2011-04-17 13:14:45 +00:00
nbayes.cpp normal bayes classifier has been parallelized using TBB; letter_recog sample updated to demosntrate knearest & bayes classifiers (thanks to Konstantin Krivakin for the patches) 2011-04-14 17:04:39 +00:00
precomp.cpp "atomic bomb" commit. Reorganized OpenCV directory structure 2010-05-11 17:44:00 +00:00
precomp.hpp ~40 warnings under VS2008 2011-06-11 17:24:09 +00:00
rtrees.cpp replaced alloca() (a.k.a. cvStackAlloc) with AutoBuffer or vector() everywhere. cvStackAlloc() is still defined, but we do not need alloca() anymore to compile and run OpenCV (fixes #889 and may be some others) 2011-02-18 10:36:18 +00:00
svm.cpp more warnings fixed. +some warnings in examples 2011-05-07 12:06:58 +00:00
testset.cpp "atomic bomb" commit. Reorganized OpenCV directory structure 2010-05-11 17:44:00 +00:00
tree.cpp replaced alloca() (a.k.a. cvStackAlloc) with AutoBuffer or vector() everywhere. cvStackAlloc() is still defined, but we do not need alloca() anymore to compile and run OpenCV (fixes #889 and may be some others) 2011-02-18 10:29:57 +00:00