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.
 
 
 
 
 
 
Vadim Pisarevsky e0395a79ec Merge pull request #5616 from afriesen:lr_predict 9 years ago
..
ann_mlp.cpp
boost.cpp
data.cpp fixed the upper boundary when calling checkRange (thanks to alalek) 9 years ago
em.cpp fixed the type inconsistent with document. 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 - LogisticRegressionImpl::predict() was changed to return the predicted value and to only write to the OutputArray results if specified (no longer segfaults). 9 years ago
nbayes.cpp fix plausability check, #issue 4429 10 years ago
precomp.hpp
rtrees.cpp couple of small fixes in rtrees variable importance calculation 9 years ago
svm.cpp Return uncompressed support vectors for getSupportVectors on linear SVM (Bug #4096) 9 years ago
testset.cpp
tree.cpp