Skip to content

Commit

Permalink
Update kmeans.py
Browse files Browse the repository at this point in the history
  • Loading branch information
aburkov authored Oct 16, 2019
1 parent 2509d00 commit b8af12f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions kmeans.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@

def voronoi_finite_polygons_2d(vor, radius=None):
"""
Credit: https://gist.github.com/pv/8036995
Reconstruct infinite voronoi regions in a 2D diagram to finite
regions.
Expand Down

0 comments on commit b8af12f

Please sign in to comment.