opencv/modules/ml/src
2012-04-12 14:03:35 +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 potential buffer size overflow in Boost::update_weight, bug #1524 (thanks to benlemna for the patch) 2012-03-26 09:53:52 +00:00
cnn.cpp
data.cpp added ability to read files with different space count 2012-04-12 14:03:35 +00:00
em.cpp refactored likelihood computing 2012-04-11 15:28:50 +00:00
ertrees.cpp added explicit () to avoid MSVC /analyze warning 2012-03-31 17:39:06 +00:00
estimate.cpp
gbt.cpp fixed warnings in gbt; added insertChannel() and extractChannel(); made the code "rand{u|n}(arr, <number>, <number>)" work properly. 2011-06-18 10:56:49 +00:00
inner_functions.cpp
knearest.cpp fixed memory leak in CvKNearest::train() and the constructor. 2011-07-08 06:48:18 +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
precomp.hpp ~40 warnings under VS2008 2011-06-11 17:24:09 +00:00
rtrees.cpp fixed many warnings from GCC 4.6.1 2012-03-17 09:22:31 +00:00
svm.cpp more warnings fixed. +some warnings in examples 2011-05-07 12:06:58 +00:00
testset.cpp
tree.cpp fix the ticket #1234 2012-03-30 15:04:51 +00:00