Home
last modified time | relevance | path

Searched refs:getVarCount (Results 1 – 18 of 18) sorted by relevance

/external/opencv3/modules/ml/test/
Dtest_save_load.cpp210 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/
DVarNameCollector.java49 public int getVarCount() in getVarCount() method in VarNameCollector
DRedundentExprEliminator.java910 if (m_varNameCollector.getVarCount() > 0) in addVarDeclToElem()
/external/opencv3/modules/java/src/
Dml+StatModel.java29 public int getVarCount() in getVarCount() method in StatModel
Dml.cpp4114 int _retval_ = (*me)->getVarCount( ); in Java_org_opencv_ml_StatModel_getVarCount_10()
/external/opencv3/modules/ml/src/
Drtrees.cpp401 int getVarCount() const { return impl.getVarCount(); } in getVarCount() function in cv::ml::RTreesImpl
Dboost.cpp490 int getVarCount() const { return impl.getVarCount(); } in getVarCount() function in cv::ml::BoostImpl
Dinner_functions.cpp55 int StatModel::getVarCount() const { return 0; } in getVarCount() function in cv::ml::StatModel
Dprecomp.hpp296 int getVarCount() const { return varType.empty() ? 0 : (int)(varType.size() - 1); } in getVarCount() function in cv::ml::DTreesImpl
Dknearest.cpp465 int getVarCount() const { return impl->samples.cols; } in getVarCount() function in cv::ml::KNearestImpl
Dnbayes.cpp445 int getVarCount() const { return nallvars; } in getVarCount() function in cv::ml::NormalBayesClassifierImpl
Dlr.cpp104 virtual int getVarCount() const { return learnt_thetas.cols; } in getVarCount() function in cv::ml::LogisticRegressionImpl
Dem.cpp225 int getVarCount() const in getVarCount() function in cv::ml::EMImpl
Dann_mlp.cpp1292 int getVarCount() const in getVarCount() function in cv::ml::ANN_MLPImpl
Dtree.cpp1553 fs << "var_count" << getVarCount(); in writeParams()
Dsvm.cpp2012 int getVarCount() const in getVarCount() function in cv::ml::SVMImpl
/external/opencv3/modules/ml/
Dprecomp.hpp296 int getVarCount() const { return varType.empty() ? 0 : (int)(varType.size() - 1); } in getVarCount() function in cv::ml::DTreesImpl
/external/opencv3/modules/ml/include/opencv2/
Dml.hpp302 CV_WRAP virtual int getVarCount() const = 0;