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 Add wrappers for load functions for DTrees and Boost classifiers 8 years ago
data.cpp Prevent crash when attempting to create training data without responses. 8 years ago
em.cpp Wrappers for load methods of EM, LR, SVMSGD and Normal Bayes Classifier 8 years ago
gbt.cpp fixed "Conditional jump or move depends on uninitialised value(s)" in GBD 9 years ago
inner_functions.cpp Calcerror uses now weighted samples (#10346) 7 years ago
kdtree.cpp removed kdtree declaration from interface 10 years ago
kdtree.hpp removed kdtree declaration from interface 10 years ago
knearest.cpp Fix missing format when writing Algorithm-based objects 9 years ago
lr.cpp Fixed some issues found by static analysis 7 years ago
nbayes.cpp Fixing some static analysis issues 8 years ago
precomp.hpp ml: disable not implemented k-fold validation in RTrees 7 years ago
rtrees.cpp Fixing some static analysis issues 8 years ago
svm.cpp trainAuto: uses parallel_for_ to dispatch all parameters combination to test 7 years ago
svmsgd.cpp Wrappers for load methods of EM, LR, SVMSGD and Normal Bayes Classifier 8 years ago
testset.cpp fix assignment of class labels 9 years ago
tree.cpp Fixed several issues found by static analysis 8 years ago