diff --git a/modules/ml/include/opencv2/ml.hpp b/modules/ml/include/opencv2/ml.hpp index f9d7418d5e..6343b344bc 100644 --- a/modules/ml/include/opencv2/ml.hpp +++ b/modules/ml/include/opencv2/ml.hpp @@ -1506,7 +1506,6 @@ public: SVMSGD provides a fast and easy-to-use implementation of the SVM classifier using the Stochastic Gradient Descent approach, as presented in @cite bottou2010large. -The gradient descent show amazing performance for large-scale problems, reducing the computing time. The classifier has 5 parameters. These are - model type,