Searched refs:g_step (Results 1 – 1 of 1) sorted by relevance
1612 double degree_step = 10, g_step = 10, coef_step = 10, C_step = 10, nu_step = 10, p_step = 10; in train_auto() local1696 CV_ASSERT( g_step > 1 && degree_step > 1 && coef_step > 1); in train_auto()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 )