diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index 23ede10..3ac2a4f 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -43,13 +43,13 @@
- {
- "keyToString": {
- "WebServerToolWindowFactoryState": "false",
- "last_opened_file_path": "D:/桌面/fenqu_liziqun",
- "settings.editor.selected.configurable": "com.jetbrains.python.configuration.PyActiveSdkModuleConfigurable"
+
+}]]>
@@ -418,13 +418,26 @@
-
+
+
+
+
+
+
diff --git a/partition_main_0908.py b/partition_main_0908.py
index d71b6df..cc63371 100644
--- a/partition_main_0908.py
+++ b/partition_main_0908.py
@@ -165,9 +165,9 @@ for final_partitions in range(6,18):
num = np.zeros(N)
# 初始化新的聚类中心
- # new_center = np.zeros((N, n))
- #
- # unassigned_links = 2
+ new_center = np.zeros((N, n))
+
+ unassigned_links = 2
# while unassigned_links > 0:
# print(unassigned_links)
#