Searched refs:isTrained (Results 1 – 15 of 15) sorted by relevance
57 public boolean isTrained() in isTrained() method in StatModel
4164 bool _retval_ = (*me)->isTrained( ); in Java_org_opencv_ml_StatModel_isTrained_10()
403 bool isTrained() const { return impl.isTrained(); } in isTrained() function in cv::ml::RTreesImpl
492 bool isTrained() const { return impl.isTrained(); } in isTrained() function in cv::ml::BoostImpl
53 bool StatModel::empty() const { return !isTrained(); } in empty()
294 bool isTrained() const { return !roots.empty(); } in isTrained() function in cv::ml::DTreesImpl
192 CV_Assert(isTrained()); in predict2()215 bool isTrained() const in isTrained() function in cv::ml::EMImpl
463 bool isTrained() const { return !impl->samples.empty(); } in isTrained() function in cv::ml::KNearestImpl
443 bool isTrained() const { return !avg.empty(); } in isTrained() function in cv::ml::NormalBayesClassifierImpl
105 virtual bool isTrained() const { return !learnt_thetas.empty(); } in isTrained() function in cv::ml::LogisticRegressionImpl
2002 bool isTrained() const in isTrained() function in cv::ml::SVMImpl2026 if( !isTrained() ) in write()
1282 bool isTrained() const in isTrained() function in cv::ml::ANN_MLPImpl
307 CV_WRAP virtual bool isTrained() const = 0;
1356 bool isTrained = false; in train() local1395 isTrained = true; in train()1400 return isTrained; in train()