/external/opencv3/modules/ml/test/ |
D | test_save_load.cpp | 210 Mat input = Mat(isTree ? 10 : 1, model->getVarCount(), CV_32F); in oneTest() 282 ASSERT_EQ(svm1->getVarCount(), svm2->getVarCount()); in TEST() 283 ASSERT_EQ(svm1->getVarCount(), svm3->getVarCount()); in TEST() 285 int m = 10000, n = svm1->getVarCount(); in TEST()
|
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
D | VarNameCollector.java | 49 public int getVarCount() in getVarCount() method in VarNameCollector
|
D | RedundentExprEliminator.java | 910 if (m_varNameCollector.getVarCount() > 0) in addVarDeclToElem()
|
/external/opencv3/modules/java/src/ |
D | ml+StatModel.java | 29 public int getVarCount() in getVarCount() method in StatModel
|
D | ml.cpp | 4114 int _retval_ = (*me)->getVarCount( ); in Java_org_opencv_ml_StatModel_getVarCount_10()
|
/external/opencv3/modules/ml/src/ |
D | rtrees.cpp | 401 int getVarCount() const { return impl.getVarCount(); } in getVarCount() function in cv::ml::RTreesImpl
|
D | boost.cpp | 490 int getVarCount() const { return impl.getVarCount(); } in getVarCount() function in cv::ml::BoostImpl
|
D | inner_functions.cpp | 55 int StatModel::getVarCount() const { return 0; } in getVarCount() function in cv::ml::StatModel
|
D | precomp.hpp | 296 int getVarCount() const { return varType.empty() ? 0 : (int)(varType.size() - 1); } in getVarCount() function in cv::ml::DTreesImpl
|
D | knearest.cpp | 465 int getVarCount() const { return impl->samples.cols; } in getVarCount() function in cv::ml::KNearestImpl
|
D | nbayes.cpp | 445 int getVarCount() const { return nallvars; } in getVarCount() function in cv::ml::NormalBayesClassifierImpl
|
D | lr.cpp | 104 virtual int getVarCount() const { return learnt_thetas.cols; } in getVarCount() function in cv::ml::LogisticRegressionImpl
|
D | em.cpp | 225 int getVarCount() const in getVarCount() function in cv::ml::EMImpl
|
D | ann_mlp.cpp | 1292 int getVarCount() const in getVarCount() function in cv::ml::ANN_MLPImpl
|
D | tree.cpp | 1553 fs << "var_count" << getVarCount(); in writeParams()
|
D | svm.cpp | 2012 int getVarCount() const in getVarCount() function in cv::ml::SVMImpl
|
/external/opencv3/modules/ml/ |
D | precomp.hpp | 296 int getVarCount() const { return varType.empty() ? 0 : (int)(varType.size() - 1); } in getVarCount() function in cv::ml::DTreesImpl
|
/external/opencv3/modules/ml/include/opencv2/ |
D | ml.hpp | 302 CV_WRAP virtual int getVarCount() const = 0;
|