opencv/modules/ml
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
..
doc Updated ml module interfaces and documentation 2015-02-17 11:46:14 +03:00
include/opencv2 add 2 extra methods to ml::TrainData (#7169) 2016-08-26 16:25:46 +04:00
misc/python Adding of user-defined type conversions for python bindings inside module directories 2016-08-16 13:10:17 +03:00
src add 2 extra methods to ml::TrainData (#7169) 2016-08-26 16:25:46 +04:00
test Add JSON support. 2016-08-11 00:53:15 +08:00
CMakeLists.txt Add python and java support for ml module 2015-03-19 13:22:30 +03:00