Skip to content

Commit c35d509

Browse files
committed
DOC: reference for discretise option
1 parent 6017e4a commit c35d509

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

sklearn/cluster/spectral.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,9 @@ def spectral_clustering(affinity, n_clusters=8, n_components=None,
211211
space. There are two ways to assign labels after the laplacian
212212
embedding. k-means can be applied and is a popular choice. But it can
213213
also be sensitive to initialization. Discretization is another
214-
approach which is less sensitive to random initialization.
214+
approach which is less sensitive to random initialization. See
215+
the 'Multiclass spectral clustering' paper referenced below for
216+
more details on the discretization approach.
215217
216218
Returns
217219
-------

0 commit comments

Comments
 (0)