]> rtime.felk.cvut.cz Git - opencv.git/history - opencv/src/ml/mltree.cpp
fixed dtree
[opencv.git] / opencv / src / ml / mltree.cpp
2010-03-30 mdimfixed dtree
2010-03-29 mdimconverted ml (dtree, rtrees, ertrees, boost) from OpenM...
2010-03-17 mdimfixed CvDTreeTrainData::get_ord_responses
2010-02-16 mdimticket 129
2009-12-22 mdimfixed build fail on Mac (ticket #46)
2009-12-14 mdimfixed threaded cascade and find_best_split()
2009-12-08 mdimfixed bug in traincascade; added comment in dtree
2009-10-20 mdimfixed bugs
2009-09-30 vp153a few improvements in DTree and MLData (thanks to Igor...
2009-09-28 vp153added new-style methods (accepting cv::Mat instead...
2009-09-24 mdimmodified mltest, added new tests; fixed mll
2009-09-04 mdimfixed mll
2009-08-31 mdimcascade optimization
2009-08-26 mdimOpenMP parallelization of find_best_split (mll)
2009-05-25 vp153fixed some warnings
2009-05-05 mdimfixed bug in case of missing value
2009-05-05 mdimfixed bug when var_idx is NULL
2009-04-23 mdimfixed bug in function set_data
2009-04-14 mdimfixed bug in calc_error (for regression problems)
2009-04-13 mdimfixed some bugs in decision tree engine
2009-04-10 mdim- fixed some bugs in decision tree engine
2009-04-02 vp153removed unnecessary #include "conio.h" (thanks to Ian...
2009-04-02 mdimReducing memory footprint in decision tree engine....
2009-02-10 mdimgit-svn-id: https://code.ros.org/svn/opencv/trunk@1585...
2009-02-03 vp153fixed GCC error messages
2009-02-03 mdimAdded Extremely randomized trees for classification...
2009-01-29 vp153improved performance of CvBoost::predict, added support...
2009-01-01 kecsupAlign the nv_size variable (fix for SF bug #1998110)
2008-12-08 vp153eliminated most GCC 4.3 warnings
2006-09-01 vp153corrected priors handling
2006-08-30 vp153Boosting added,
2006-08-16 vp153fixed CvDTree reading from XML and regression
2006-08-09 vp153fixed minor compiler warning
2006-08-07 vp153fixed some warnings reported by ICC
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-07-20 vp153a lot of minor changes: API cleaned up, compiler errors...
2006-07-03 vp153a few 64-bit compatibility fixes for vs2005
2006-06-30 vp153fixed read_train_data_params(): always read cat_count...
2006-06-27 vp153a few minor changes in CvDTree for better compatibility...
2006-06-22 ishevtsovaOut parameters <out_sample_idx> and <out_nsamples_all...
2006-06-19 vp153added load/save methods
2006-05-31 vp153fixed CvDTree::predict bug when preprocessed_input=1
2006-05-04 vp153[cut-down] machine learning library now a part of openc...