8000 DOC: added link to user guide in feature_extraction.grid_to_graph (#3… · scikit-learn/scikit-learn@2d78745 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2d78745

Browse files
authored
DOC: added link to user guide in feature_extraction.grid_to_graph (#30916)
1 parent c26fa16 commit 2d78745

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

doc/modules/feature_extraction.rst

Lines changed: 2 additions & 0 deletions< 8000 /span>
Original file line numberDiff line numberDiff line change
@@ -1041,6 +1041,8 @@ implemented as a scikit-learn transformer, so it can be used in pipelines. See::
10411041
>>> patches.shape
10421042
(45, 2, 2, 3)
10431043

1044+
.. _connectivity_graph_image:
1045+
10441046
Connectivity graph of an image
10451047
-------------------------------
10461048

sklearn/feature_extraction/image.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,8 @@ def grid_to_graph(
205205
206206
Edges exist if 2 voxels are connected.
207207
208+
Read more in the :ref:`User Guide <connectivity_graph_image>`.
209+
208210
Parameters
209211
----------
210212
n_x : int

0 commit comments

Comments
 (0)
0