Searched refs:isTrained (Results 1 - 15 of 15) sorted by relevance

/external/opencv3/modules/java/src/
H A Dml+StatModel.java53 // C++: bool isTrained()
56 //javadoc: StatModel::isTrained()
57 public boolean isTrained() method in class:StatModel
144 // C++: bool isTrained()
H A Dml.cpp4152 // bool isTrained()
4164 bool _retval_ = (*me)->isTrained( );
/external/opencv3/modules/ml/src/
H A Dinner_functions.cpp53 bool StatModel::empty() const { return !isTrained(); }
H A Dboost.cpp492 bool isTrained() const { return impl.isTrained(); } function in class:cv::BoostImpl
H A Drtrees.cpp403 bool isTrained() const { return impl.isTrained(); } function in class:cv::ml::RTreesImpl
H A Dprecomp.hpp294 bool isTrained() const { return !roots.empty(); } function in class:cv::ml::DTreesImpl
H A Dknearest.cpp463 bool isTrained() const { return !impl->samples.empty(); } function in class:cv::ml::KNearestImpl
H A Dnbayes.cpp443 bool isTrained() const { return !avg.empty(); } function in class:cv::ml::NormalBayesClassifierImpl
H A Dem.cpp192 CV_Assert(isTrained());
215 bool isTrained() const function in class:cv::ml::EMImpl
H A Dlr.cpp105 virtual bool isTrained() const { return !learnt_thetas.empty(); } function in class:cv::ml::LogisticRegressionImpl
H A Dsvm.cpp2002 bool isTrained() const
2026 if( !isTrained() )
H A Dann_mlp.cpp1282 bool isTrained() const function in class:cv::ml::ANN_MLPImpl
/external/opencv3/modules/ml/
H A Dprecomp.hpp294 bool isTrained() const { return !roots.empty(); } function in class:cv::ml::DTreesImpl
/external/opencv3/modules/ml/include/opencv2/
H A Dml.hpp307 CV_WRAP virtual bool isTrained() const = 0;
/external/opencv3/apps/traincascade/
H A Dboost.cpp1356 bool isTrained = false; local
1395 isTrained = true;
1400 return isTrained;

Completed in 143 milliseconds