@@ -53,8 +53,8 @@ coming from the same population than the initial
5353observations. Otherwise, if they lay outside the frontier, we can say
5454that they are abnormal with a given confidence in our assessment.
5555
56- The One-Class SVM has been introduced in [1] for that purpose and
57- implemented in the :ref: `svm ` module in the
56+ The One-Class SVM has been introduced by Schölkopf et al. for that purpose
57+ and implemented in the :ref: `svm ` module in the
5858:class: `svm.OneClassSVM ` object. It requires the choice of a
5959kernel and a scalar parameter to define a frontier. The RBF kernel is
6060usually chosen although there exists no exact formula or algorithm to
@@ -63,6 +63,12 @@ implementation. The :math:`\nu` parameter, also known as the margin of
6363the One-Class SVM, corresponds to the probability of finding a new,
6464but regular, observation outside the frontier.
6565
66+ .. topic :: References:
67+
68+ * `Estimating the support of a high-dimensional distribution
69+ <http://dl.acm.org/citation.cfm?id=1119749> `_ Schölkopf,
70+ Bernhard, et al. Neural computation 13.7 (2001): 1443-1471.
71+
6672.. topic :: Examples:
6773
6874 * See :ref: `example_svm_plot_oneclass.py ` for visualizing the
@@ -73,7 +79,7 @@ but regular, observation outside the frontier.
7379 :target: ../auto_examples/svm/plot_oneclasse.html
7480 :align: center
7581 :scale: 75%
76-
82+
7783
7884Outlier Detection
7985=================
0 commit comments