Home | History | Annotate | Download | only in include

Lines Matching refs:nclusters

561     CvEMParams() : nclusters(10), cov_mat_type(1/*CvEM::COV_MAT_DIAGONAL*/),
571 nclusters(_nclusters), cov_mat_type(_cov_mat_type), start_step(_start_step),
575 int nclusters;
622 virtual void kmeans( const CvVectors& train_data, int nclusters,