ML -- should be able to get the possible number of classes to classify after loading a classifier... (Feature #401)
Description
Hi, to whom it may concern:
I'm wondering some times, without prior knowledge of a classifier,
but only with its type, like CvDTree, but we can still load it, right?
After loading the classifier from an XML file,
we may know all the information of the classifier already.
But, there should be some interfaces to obtain some basic information about this classifier, including:
number of classes
number of features
considering outliers or not
etc.
That's only my suggestion. Hope you can take it into your consideration in later versions.
Best Regards
JIA
Associated revisions
Merge pull request #401 from Daniil-Osokin:bugfix_doc_setNumThreads
History
Updated by Alexander Shishkov about 13 years ago
- Description changed from Hi, to whom it may concern: I'm wondering some times, without prior kno... to Hi, to whom it may concern: I'm wondering some times, without prior know... More
Updated by Alexander Smorkalov over 11 years ago
- Target version set to Next Hackathon
Updated by Maksim Shabunin over 9 years ago
Issue has been transferred to GitHub: https://github.com/Itseez/opencv/issues/4252