Searched refs:get_row_func (Results 1 – 2 of 2) sorted by relevance
369 get_row_func = 0; in clear()444 get_row_func = _get_row; in create()445 if( !get_row_func ) in create()446 get_row_func = params->svm_type == CvSVM::EPS_SVR || in create()571 return (this->*get_row_func)( i, row, dst, existed ); in get_row()
459 GetRow get_row_func; variable