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.
 
 
 
 
 
 
Alexander Alekhin 00e43a9022 ml(ANN_MLP): ensure that train() call is always successful 7 years ago
..
ann_mlp.cpp ml(ANN_MLP): ensure that train() call is always successful 7 years ago
boost.cpp
data.cpp Prevent crash when attempting to create training data without responses. 8 years ago
em.cpp
gbt.cpp
inner_functions.cpp Calcerror uses now weighted samples (#10346) 7 years ago
kdtree.cpp
kdtree.hpp
knearest.cpp
lr.cpp Fixed some issues found by static analysis 8 years ago
nbayes.cpp
precomp.hpp ml: disable not implemented k-fold validation in RTrees 8 years ago
rtrees.cpp
svm.cpp trainAuto: uses parallel_for_ to dispatch all parameters combination to test 8 years ago
svmsgd.cpp
testset.cpp
tree.cpp