Home
last modified time | relevance | path

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

/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/brec/
H A Dbrec_part_hierarchy_learner.cxx587 double best_class_ll = -std::numeric_limits<double>::infinity(); in layer_n_fit_distributions() local
603 if (class_ll > best_class_ll) in layer_n_fit_distributions()
604 best_class_ll = class_ll; in layer_n_fit_distributions()
606 … if (best_class_ll < -1e10) // skip this distribution pair if overflowed for all the classes in layer_n_fit_distributions()
609 ratio -= best_class_ll; in layer_n_fit_distributions()
610 std::cout << "\t best_class_ll: " << best_class_ll << " ratio: " << ratio << std::endl; in layer_n_fit_distributions()