MISCLASS 287 apps/traincascade/old_ml_boost.cpp if( split_criteria != CvBoost::GINI && split_criteria != CvBoost::MISCLASS ) MISCLASS 288 apps/traincascade/old_ml_boost.cpp split_criteria = boost_type == CvBoost::DISCRETE ? CvBoost::MISCLASS : CvBoost::GINI; MISCLASS 413 apps/traincascade/old_ml_boost.cpp if( split_criteria != CvBoost::GINI && split_criteria != CvBoost::MISCLASS ) MISCLASS 414 apps/traincascade/old_ml_boost.cpp split_criteria = boost_type == CvBoost::DISCRETE ? CvBoost::MISCLASS : CvBoost::GINI; MISCLASS 1003 apps/traincascade/old_ml_boost.cpp params.split_criteria != GINI && params.split_criteria != MISCLASS ) MISCLASS 1004 apps/traincascade/old_ml_boost.cpp params.split_criteria = MISCLASS; MISCLASS 1006 apps/traincascade/old_ml_boost.cpp params.split_criteria != GINI && params.split_criteria != MISCLASS ) MISCLASS 1898 apps/traincascade/old_ml_boost.cpp params.boost_type == MISCLASS ? "Misclassification" : MISCLASS 1964 apps/traincascade/old_ml_boost.cpp strcmp( split_crit_str, "Misclassification" ) == 0 ? MISCLASS :