Searched refs:have_priors (Results 1 – 7 of 7) sorted by relevance
645 have_priors = is_classifier && params.priors; in set_data()653 double val = have_priors ? params.priors[i] : 1.; in set_data()661 if( have_priors ) in set_data()1162 have_labels = have_priors = is_classifier = false; in clear()1782 cv::AutoBuffer<int> inn_buf(n*(!data->have_priors ? 1 : 2)); in calc_node_dir()1786 if( !data->have_priors ) in calc_node_dir()1826 cv::AutoBuffer<uchar> inn_buf(n*(sizeof(int)*(data->have_priors ? 3 : 2) + sizeof(float))); in calc_node_dir()1836 if( !data->have_priors ) in calc_node_dir()2002 const double* priors = data->have_priors ? data->priors_mult->data.db : 0; in find_split_ord_class()2536 inn_buf.allocate( n*(sizeof(int)*(data->have_priors ? 3 : 2) + sizeof(float)) ); in find_surrogate_split_ord()[all …]
710 bool have_labels, have_priors; member
575 have_priors = false; in setData()
1188 if( data->have_priors ) in update_weights()
508 have_priors = is_classifier && params.priors; in CV_IMPLEMENT_QSORT_EX()516 double val = have_priors ? params.priors[i] : 1.; in CV_IMPLEMENT_QSORT_EX()524 if( have_priors ) in CV_IMPLEMENT_QSORT_EX()929 have_labels = have_priors = is_classifier = false; in clear()1441 if( !data->have_priors ) in calc_node_dir()1483 if( !data->have_priors ) in calc_node_dir()1579 const double* priors = data->have_priors ? data->priors_mult->data.db : 0; in find_split_ord_class()2061 if( !data->have_priors ) in find_surrogate_split_ord()2182 if( !data->have_priors ) in find_surrogate_split_cat()2303 if( data->have_priors && node->parent == 0 ) in calc_node_value()
1001 if( data->have_priors ) in update_weights()
793 bool have_labels, have_priors; member