8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef42bd0 commit 5f5dc29Copy full SHA for 5f5dc29
doc/modules/svm.rst
@@ -779,8 +779,7 @@ typical run of the SVDD model the weights are set to :math:`w_i = 1`, which
779
is equivalent to the original 2013 SVDD problem for :math:`C = \frac{1}{\nu l}`.
780
781
In the case of a stationary kernel :math:`K(x,y)=K(x-y)` the SVDD model
782
-and the One-Class SVM models are provably equivalent, which means that SVDD
783
-generalizes the former.
+and the One-Class SVM models are provably equivalent.
784
785
The primal problem of Scikit's version of SVDD for the training sample
786
:math:`(x_i)_{i=1}^l` with weights :math:`(w_i)_{i=1}^l` is:
0 commit comments