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 1220ca3 commit aec7f25Copy full SHA for aec7f25
sklearn/cluster/spectral.py
@@ -305,7 +305,7 @@ class SpectralClustering(BaseEstimator, ClusterMixin):
305
increase with similarity) should be used. This property is not checked
306
by the clustering algorithm.
307
308
- gamma : float
+ gamma : float, default=1.0
309
Scaling factor of RBF, polynomial, exponential chi^2 and
310
sigmoid affinity kernel. Ignored for
311
``affinity='nearest_neighbors'``.
0 commit comments