Searched refs:regularization (Results 1 – 6 of 6) sorted by relevance
47 silk_float tmp, nrg = 0.0f, regularization; in silk_residual_energy_covar_FLP() local52 regularization = REGULARIZATION_FACTOR * ( wXX[ 0 ] + wXX[ D * D - 1 ] ); in silk_residual_energy_covar_FLP()75 matrix_c_ptr( wXX, i, i, D ) += regularization; in silk_residual_energy_covar_FLP()78 regularization *= 2.0f; in silk_residual_energy_covar_FLP()
88 bool regularization, in ComputeAndCompareSolutions() argument109 if (regularization) { in ComputeAndCompareSolutions()115 if (regularization) { in ComputeAndCompareSolutions()
464 - In order to compensate for overfitting regularization is performed, which can be enabled with466 kind of regularization has to be performed by passing one of @ref467 cv::ml::LogisticRegression::RegKinds "regularization kinds" to this method.
1070 number is the initial regularization parameter.1687 the Levenberg-Marquardt algorithm, the regularization parameter is
3893 Also some layout regularization and removal of introduced tab characters
10458 Destructor cleanups and regularization among the three skeletons.