From 068677ad50a72b911445ed7a2c7472b70906a882 Mon Sep 17 00:00:00 2001 From: Marina Noskova Date: Wed, 24 Feb 2016 14:41:51 +0300 Subject: [PATCH] Fixed documentation. --- modules/ml/include/opencv2/ml.hpp | 1 - 1 file changed, 1 deletion(-) 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,