HomeSort by relevance Sort by last modified time
    Searched refs:start_step (Results 1 - 2 of 2) sorted by null

  /external/opencv/ml/src/
mlem.cpp 135 switch( params.start_step )
148 CV_ERROR( CV_StsBadArg, "Unknown start_step" );
408 if( params.start_step == START_AUTO_STEP || nclusters == 1 || nclusters == nsamples )
410 else if( params.start_step == START_M_STEP )
428 CV_ASSERT( params.start_step == START_E_STEP && params.means );
793 int start_step = params.start_step; local
865 if( start_step != START_M_STEP )
881 if( start_step == START_AUTO_STEP )
893 if( start_step == START_AUTO_STEP
    [all...]
  /external/opencv/ml/include/
ml.h 562 start_step(0/*CvEM::START_AUTO_STEP*/), probs(0), weights(0), means(0), covs(0)
571 nclusters(_nclusters), cov_mat_type(_cov_mat_type), start_step(_start_step),
577 int start_step; member in struct:CvEMParams
    [all...]

Completed in 898 milliseconds