From 4a58fd5ed3ff894073ea1355859668037a66c312 Mon Sep 17 00:00:00 2001 From: Gordon Grey Date: Sun, 18 May 2025 13:14:22 +0800 Subject: [PATCH] swissroll example added --- doc/modules/manifold.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/modules/manifold.rst b/doc/modules/manifold.rst index fec6e96153323..aec992a8f9dc1 100644 --- a/doc/modules/manifold.rst +++ b/doc/modules/manifold.rst @@ -115,6 +115,9 @@ from the data itself, without the use of predetermined classifications. * See :ref:`sphx_glr_auto_examples_manifold_plot_manifold_sphere.py` for an example of manifold learning techniques applied to a spherical data-set. +* See :ref:`sphx_glr_auto_examples_manifold_plot_swissroll.py` for an example of using + manifold learning techniques on a Swiss Roll dataset. + The manifold learning implementations available in scikit-learn are summarized below