| .. |
|
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
|
fix uninitialized matrix in EM::predict fixes #5443
|
2015-12-23 11:19:48 +01: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
|
clean up code for train and predict methods of LR
|
2016-01-13 20:47:07 +02:00 |
|
nbayes.cpp
|
ml: fix NormalBayesClassifier bulk prediction(#5911)
|
2016-01-04 11:47:08 +01: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 |