Skip to content

Commit 2bbeea1

Browse files
committed
Merge pull request scikit-learn#6004 from leosartaj/affprop
update file header in affinity_propagation.py
2 parents c5469c9 + c068ee8 commit 2bbeea1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

sklearn/cluster/affinity_propagation_.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
""" Algorithms for clustering : Meanshift, Affinity propagation and spectral
2-
clustering.
1+
"""Affinity Propagation clustering algorithm."""
32

4-
"""
53
# Author: Alexandre Gramfort [email protected]
64
# Gael Varoquaux [email protected]
75

0 commit comments

Comments
 (0)