opencv/modules/ml/src
Vadim Pisarevsky 40b870704e add 2 extra methods to ml::TrainData (#7169)
* expose 2 extra methods from ml::TrainData: getNames() and getVarSymbolFlags(). The first one returns text labels from CSV (if the data has been loaded from CSV); the second one returns a matrix of boolean values; its n-th element is 1 iff the corresponding column in the CSV uses symbolic names, not numbers.

* check that the dynamic_cast succeeds
2016-08-26 16:25:46 +04:00
..
ann_mlp.cpp Fixed #6562: Incorrect CV_64F management in ANN 2016-05-20 13:16:59 +02:00
boost.cpp Fix missing format when writing Algorithm-based objects 2016-04-07 13:49:42 -07:00
data.cpp add 2 extra methods to ml::TrainData (#7169) 2016-08-26 16:25:46 +04:00
em.cpp Fix missing format when writing Algorithm-based objects 2016-04-07 13:49:42 -07:00
gbt.cpp fixed "Conditional jump or move depends on uninitialised value(s)" in GBD 2015-09-13 12:36:57 +02:00
inner_functions.cpp Solve Issue 7063 2016-08-11 10:56:50 +02:00
kdtree.cpp removed kdtree declaration from interface 2014-08-31 21:39:47 +04:00
kdtree.hpp removed kdtree declaration from interface 2014-08-31 21:39:47 +04:00
knearest.cpp Fix missing format when writing Algorithm-based objects 2016-04-07 13:49:42 -07:00
lr.cpp Merge pull request #6314 from mvukad:bugfix_dtreeswrite 2016-04-12 13:26:25 +00:00
nbayes.cpp Fix missing format when writing Algorithm-based objects 2016-04-07 13:49:42 -07:00
precomp.hpp Fixed doc/opencv.bib 2016-02-10 17:57:36 +03:00
rtrees.cpp Fix missing format when writing Algorithm-based objects 2016-04-07 13:49:42 -07:00
svm.cpp Merge pull request #6860 from IshankGulati:svm-error-message 2016-07-18 15:44:40 +00:00
svmsgd.cpp Fix missing format when writing Algorithm-based objects 2016-04-07 13:49:42 -07:00
testset.cpp fix assignment of class labels 2016-01-14 02:56:34 +02:00
tree.cpp Merge pull request #6314 from mvukad:bugfix_dtreeswrite 2016-04-12 13:26:25 +00:00