Skip to content
This repository was archived by the owner on Aug 26, 2022. It is now read-only.

Commit b73658f

Browse files
committed
modified: README.md
1 parent 71fb446 commit b73658f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
**Python:** `3.6.7`
66

7-
**Lib:** `math, numpy, matplotlib`
7+
**Lib:** `numpy, matplotlib`
88

99
## 2. Files
1010

cluster.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def locate_center(self, judge, maxid, threshold):
2525

2626
cluster_centers = list(c[0] for c in result[0:6])
2727
# given dataset: [1061, 1515, 400, 6, 1566, 614]
28-
# generate dataset: [642, 877, 123]
28+
# generate dataset: [978, 1842, 1522, 438, 2077, 123]
2929

3030
tag_info = dict()
3131
cluster_id = 1

0 commit comments

Comments
 (0)