added missing @since
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/branches/MATH_2_X@1073272 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f866829fc3
commit
69c5ddb534
|
@ -232,6 +232,7 @@ public class LevenbergMarquardtOptimizer extends AbstractLeastSquaresOptimizer {
|
||||||
* rank of the matrix is reduced.
|
* rank of the matrix is reduced.
|
||||||
* </p>
|
* </p>
|
||||||
* @param threshold threshold for QR ranking
|
* @param threshold threshold for QR ranking
|
||||||
|
* @since 2.2
|
||||||
*/
|
*/
|
||||||
public void setQRRankingThreshold(final double threshold) {
|
public void setQRRankingThreshold(final double threshold) {
|
||||||
this.qrRankingThreshold = threshold;
|
this.qrRankingThreshold = threshold;
|
||||||
|
|
Loading…
Reference in New Issue