8000 Added versionadded tags to make TomDLT happy :P · sstalley/scikit-learn@c416077 · GitHub
[go: up one dir, main page]

Skip to content

Commit c416077

Browse files
committed
Added versionadded tags to make TomDLT happy :P
1 parent 3a9f665 commit c416077

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

sklearn/cluster/_spectral.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,8 @@ def spectral_clustering(affinity, *, n_clusters=8, n_components=None,
226226
verbose : bool, default=False
227227
Verbosity mode.
228228
229+
.. versionadded:: 0.24
230+
229231
Returns
230232
-------
231233
labels : array of integers, shape: n_samples
@@ -390,6 +392,8 @@ class SpectralClustering(ClusterMixin, BaseEstimator):
390392
verbose : bool, default=False
391393
Verbosity mode.
392394
395+
.. versionadded:: 0.24
396+
393397
Attributes
394398
----------
395399
affinity_matrix_ : array-like of shape (n_samples, n_samples)

0 commit comments

Comments
 (0)
0