Base class for statistical models in ML. class CvStatModel // C++ code: public: / CvStatModel(); / / CvStatModel(const Mat& train_data...); / virtual ~CvStatModel(); virtual void clear()=0; / virtual bool train(const Mat& tra
source not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected