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 977d19d commit 30816acCopy full SHA for 30816ac
doc/modules/outlier_detection.rst
@@ -411,7 +411,8 @@ Note that ``fit_predict`` is not available in this case to avoid inconsistencies
411
The scores of abnormality of the training samples are always accessible
412
through the ``negative_outlier_factor_`` attribute.
413
414
-Novelty detection with Local Outlier Factor is illustrated below.
+Novelty detection with :class:`neighbors.LocalOutlierFactor` is illustrated below
415
+(see :ref:`sphx_glr_auto_examples_neighbors_plot_lof_novelty_detection.py`).
416
417
.. figure:: ../auto_examples/neighbors/images/sphx_glr_plot_lof_novelty_detection_001.png
418
:target: ../auto_examples/neighbors/plot_lof_novelty_detection.html
0 commit comments