]> rtime.felk.cvut.cz Git - opencv.git/history - opencv/src/ml/mlrtrees.cpp
fixed (e)rtrees bug
[opencv.git] / opencv / src / ml / mlrtrees.cpp
2009-09-28 mdimfixed (e)rtrees bug
2009-09-24 mdimmodified mltest, added new tests; fixed mll
2009-09-08 vp153fixed build of the relocated docs and eliminated some...
2009-09-04 mdimfixed mll
2009-08-31 mdimcascade optimization
2009-08-26 mdimOpenMP parallelization of find_best_split (mll)
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 mdimReducing memory footprint in decision tree engine....
2009-02-10 mdimgit-svn-id: https://code.ros.org/svn/opencv/trunk@1585...
2009-02-03 relrotcivCorrected a bug in CvForestERTree:find_best_split
2009-02-03 mdimAdded Extremely randomized trees for classification...
2009-01-28 relrotcivNormalized the returned value of predict_prob on the...
2009-01-28 mdimAdded method CvRTrees::get_train_error() that calculate...
2009-01-27 relrotcivAdded CvRTrees::predict_prob for calculating response...
2008-12-08 vp153eliminated most GCC 4.3 warnings
2006-10-13 vp153minor fixes
2006-10-06 ishevtsovaComputing of proximity measures is changed
2006-09-06 vp153added some dummy methods to ForestTree & BoostTree...
2006-08-30 vp153Boosting added,
2006-08-25 ishevtsovaEstimation of variable importance for the case of regre...
2006-08-18 markasbach- Added stub routines for cvVideoWriter so that API...
2006-08-16 vp153added CvRTrees methods: get_tree_count() & get_tree()
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-06-30 vp153improved and fixed RTrees (by Irina)
2006-06-30 vp153improved and fixed RTrees (by Irina)
2006-06-27 vp153a few minor changes in CvDTree for better compatibility...
2006-06-22 ishevtsovaPproximities, variable importance, read/write and load...
2006-05-04 vp153[cut-down] machine learning library now a part of openc...