Home | History | Annotate | Download | only in src

Lines Matching refs:have_priors

508     have_priors = is_classifier && params.priors;
516 double val = have_priors ? params.priors[i] : 1.;
524 if( have_priors )
929 have_labels = have_priors = is_classifier = false;
1441 if( !data->have_priors )
1483 if( !data->have_priors )
1579 const double* priors = data->have_priors ? data->priors_mult->data.db : 0;
2061 if( !data->have_priors )
2182 if( !data->have_priors )
2303 if( data->have_priors && node->parent == 0 )