Home | History | Annotate | Download | only in src

Lines Matching full:g_step

1612     double degree_step = 10, g_step = 10, coef_step = 10, C_step = 10, nu_step = 10, p_step = 10;
1696 CV_ASSERT( g_step
2448 g_step = 15,
2522 g_step = gamma_grid->step;
2619 assert( g_step > 1 && degree_step > 1 && coef_step > 1);
2626 for( gamma= g_begin; gamma <= g_end; gamma *= g_step )