opencv/modules/ml/src
art-programmer e0ef293645 Update em.cpp
Fix a bug. When reading from a saved model, function decomposeCovs() will be called. And if covMatType is COV_MAT_DIAGONAL, covsEigenValues is computed using SVD and eigen values are sorted so that the order of eigen values is not preserved. This would lead to different result when calling function predict2. This issues is discussed here: http://stackoverflow.com/questions/23485982/got-different-empredict-results-after-emread-saved-model-in-opencv.
2015-09-14 19:35:53 -05:00
..
ann_mlp.cpp Fixed ANN_MLP dw initialization when moment is not 0 2015-05-13 16:56:34 +03:00
boost.cpp 1. Input/OutputArray optimizations; 2015-04-07 16:44:26 +03:00
data.cpp Indent fix 2015-08-04 16:50:55 +02:00
em.cpp Update em.cpp 2015-09-14 19:35:53 -05:00
gbt.cpp Correction of the integer data treated as floating point data bug, already corrected in the 2.4 branch. 2014-09-23 14:03:20 +02:00
inner_functions.cpp 1. Input/OutputArray optimizations; 2015-04-07 16:44:26 +03:00
kdtree.cpp removed kdtree declaration from interface 2014-08-31 21:39:47 +04:00
kdtree.hpp removed kdtree declaration from interface 2014-08-31 21:39:47 +04:00
knearest.cpp 1. Input/OutputArray optimizations; 2015-04-07 16:44:26 +03:00
lr.cpp 1. Input/OutputArray optimizations; 2015-04-07 16:44:26 +03:00
nbayes.cpp fix plausability check, #issue 4429 2015-07-01 15:32:37 +02:00
precomp.hpp 1. Input/OutputArray optimizations; 2015-04-07 16:44:26 +03:00
rtrees.cpp 1. Input/OutputArray optimizations; 2015-04-07 16:44:26 +03:00
svm.cpp Fix SVM::trainAuto (Bug #4464) 2015-07-06 01:20:26 +09:30
testset.cpp initial commit; ml has been refactored; it compiles and the tests run well; some other modules, apps and samples do not compile; to be fixed 2014-07-29 23:54:23 +04:00
tree.cpp Fixing invalid opencv_test_ml calls 2015-03-20 17:49:03 +03:00