Searched refs:best_cluster (Results 1 – 3 of 3) sorted by relevance
386 CHAR_SAMPLES *best_cluster = NULL; in cluster_sample() local399 best_cluster = c_it.data (); in cluster_sample()408 best_cluster->add_sample (sample, this); in cluster_sample()409 check_wait_list(chars_waiting, sample, best_cluster); in cluster_sample()440 CHAR_SAMPLES *best_cluster) { in check_wait_list() argument455 best_cluster->add_sample (test_sample, this); in check_wait_list()462 score = best_cluster->match_score (wait_sample, this); in check_wait_list()492 CHAR_SAMPLES *best_cluster; in complete_clustering() local501 best_cluster = new CHAR_SAMPLES (sample); in complete_clustering()502 c_it.add_to_end (best_cluster); in complete_clustering()[all …]
285 CHAR_SAMPLES *best_cluster);
380 inT32 best_cluster; //one to assign to in cluster() local441 best_cluster = 0; in cluster()449 best_cluster = cluster; in cluster()453 && (best_cluster == 0 in cluster()454 || entry + rangemin > centres[best_cluster] * multiple in cluster()455 || entry + rangemin < centres[best_cluster] / multiple)) { in cluster()