Home
last modified time | relevance | path

Searched refs:regularization (Results 1 – 6 of 6) sorted by relevance

/external/libopus/silk/float/
Dresidual_energy_FLP.c47 silk_float tmp, nrg = 0.0f, regularization; in silk_residual_energy_covar_FLP() local
52 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()
/external/ceres-solver/internal/ceres/
Dschur_complement_solver_test.cc88 bool regularization, in ComputeAndCompareSolutions() argument
109 if (regularization) { in ComputeAndCompareSolutions()
115 if (regularization) { in ComputeAndCompareSolutions()
/external/opencv3/modules/ml/doc/
Dml_intro.markdown464 - In order to compensate for overfitting regularization is performed, which can be enabled with
466 kind of regularization has to be performed by passing one of @ref
467 cv::ml::LogisticRegression::RegKinds "regularization kinds" to this method.
/external/ceres-solver/docs/source/
Dsolving.rst1070 number is the initial regularization parameter.
1687 the Levenberg-Marquardt algorithm, the regularization parameter is
/external/libpng/
DCHANGES3893 Also some layout regularization and removal of introduced tab characters
/external/bison/
DChangeLog-201210458 Destructor cleanups and regularization among the three skeletons.