KNearest get sample count - where did it go?
The method
CvKNearest::get_sample_count ( Manual : Returns the total number of train samples. C++: int CvKNearest::get_sample_count() const )
seems to be a victim of the latest refactoring ... how to I get the train sample count now?