Machine Learning library undocumented functions (Bug #928)
Description
Many of the supporting functions to the ml library are not documented. For example:
- calc_error is not described in CvStatModel
- float calc_error( CvMLData* trainData, int type, std::vector<float> *resp = 0 );
- This is used in .../samples/c/tree_engine.cpp
- CvMLData is not documented
- CvTrainTestSplit is not documented
History
Updated by Vadim Pisarevsky almost 2 years ago
CvMLData and CvTrainTestSplit have been documented in trunk (r5532).
- Status deleted (
Open)
Updated by Andrey Kamaev almost 2 years ago
CvStatModel actually has no calc_error method. But calc_error is documented for all subclasses except CvERTrees.
Updated by Alexander Shishkov over 1 year ago
- Description changed from Many of the supporting functions to the ml library are not documented. For ex... to Many of the supporting functions to the ml library are not documented. For ex... More
Updated by Alexander Shishkov about 1 year ago
- Target version deleted ()
Updated by Alexander Shishkov about 1 year ago
- Priority changed from High to Low
Updated by Alexander Shishkov about 1 year ago
- Status set to Open
Updated by Alexander Shishkov about 1 year ago
- Assignee deleted (
Vadim Pisarevsky)
Updated by Alexander Shishkov about 1 year ago
- Target version deleted ()
Updated by Ilya Lysenkov about 1 year ago
- Target version set to 2.4.0
- Assignee set to Ilya Lysenkov
Updated by Ilya Lysenkov about 1 year ago
Right, so all the function are documented now. calc_error() in CvERTrees in inherited from CvRTrees and it is documented too.
- Status changed from Open to Done