opencv/modules/ml/src
Adil Ibragimov 8a4a1bb018 Several type of formal refactoring:
1. someMatrix.data -> someMatrix.prt()
2. someMatrix.data + someMatrix.step * lineIndex -> someMatrix.ptr( lineIndex )
3. (SomeType*) someMatrix.data -> someMatrix.ptr<SomeType>()
4. someMatrix.data -> !someMatrix.empty() ( or !someMatrix.data -> someMatrix.empty() ) in logical expressions
2014-08-13 15:21:35 +04:00
..
ann_mlp.cpp Several type of formal refactoring: 2014-08-13 15:21:35 +04:00
boost.cpp hopefully fixed test failure on Linux 2014-08-04 01:16:45 +04:00
data.cpp Several type of formal refactoring: 2014-08-13 15:21:35 +04:00
em.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
gbt.cpp removed many extra whitespaces; fixed 1 warning 2014-08-03 03:08:25 +04:00
inner_functions.cpp Several type of formal refactoring: 2014-08-13 15:21:35 +04:00
knearest.cpp fixed compile warnings from MSVC; fixed warnings in Python bindings; added some debugging code 2014-08-03 12:46:28 +04:00
nbayes.cpp Several type of formal refactoring: 2014-08-13 15:21:35 +04:00
precomp.hpp more fixes and more debugging code 2014-08-03 13:08:03 +04:00
rtrees.cpp continuing to debug boost and fix MSVC compile errors 2014-08-03 21:21:11 +04:00
svm.cpp fixed various warnings and obvious errors reported by clang compiler and the coverity tool. 2014-08-10 00:10:05 +04: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 hopefully fixed test failure on Linux 2014-08-04 01:16:45 +04:00