opencv/modules/ml/src
2015-12-11 12:22:56 +00: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 fixed the upper boundary when calling checkRange (thanks to alalek) 2015-12-10 20:17:17 +03:00
em.cpp fixed the type inconsistent with document. 2015-11-12 02:54:18 +08:00
gbt.cpp fixed "Conditional jump or move depends on uninitialised value(s)" in GBD 2015-09-13 12:36:57 +02:00
inner_functions.cpp fix randMVNormal in ML (#5469) 2015-10-11 01:54:11 +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 - LogisticRegressionImpl::predict() was changed to return the predicted value and to only write to the OutputArray results if specified (no longer segfaults). 2015-11-02 17:49:06 -08: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 couple of small fixes in rtrees variable importance calculation 2015-12-10 18:13:54 +03:00
svm.cpp Return uncompressed support vectors for getSupportVectors on linear SVM (Bug #4096) 2015-12-10 18:31:02 +03:00
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