Open Source Computer Vision Library https://opencv.org/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Maksim Shabunin 54abb83c82 ml: moved getTestSamples implementation to src 9 years ago
..
ann_mlp.cpp added wrapped load function for python as suggested by gat3way 9 years ago
boost.cpp
data.cpp ml: moved getTestSamples implementation to src 9 years ago
em.cpp fix uninitialized matrix in EM::predict fixes #5443 9 years ago
gbt.cpp fixed "Conditional jump or move depends on uninitialised value(s)" in GBD 10 years ago
inner_functions.cpp fix randMVNormal in ML (#5469) 9 years ago
kdtree.cpp
kdtree.hpp
knearest.cpp
lr.cpp clean up code for train and predict methods of LR 9 years ago
nbayes.cpp ml: fix NormalBayesClassifier bulk prediction(#5911) 9 years ago
precomp.hpp
rtrees.cpp couple of small fixes in rtrees variable importance calculation 9 years ago
svm.cpp fixed ABI incompatibilities as proposed by alalek 9 years ago
testset.cpp fix assignment of class labels 9 years ago
tree.cpp