默认更改列表
This commit is contained in:
parent
7660f08975
commit
1278051f5c
|
@ -43,13 +43,13 @@
|
||||||
<option name="hideEmptyMiddlePackages" value="true" />
|
<option name="hideEmptyMiddlePackages" value="true" />
|
||||||
<option name="showLibraryContents" value="true" />
|
<option name="showLibraryContents" value="true" />
|
||||||
</component>
|
</component>
|
||||||
<component name="PropertiesComponent">{
|
<component name="PropertiesComponent"><![CDATA[{
|
||||||
"keyToString": {
|
"keyToString": {
|
||||||
"WebServerToolWindowFactoryState": "false",
|
"WebServerToolWindowFactoryState": "false",
|
||||||
"last_opened_file_path": "D:/桌面/fenqu_liziqun",
|
"last_opened_file_path": "D:/桌面/fenqu_liziqun",
|
||||||
"settings.editor.selected.configurable": "com.jetbrains.python.configuration.PyActiveSdkModuleConfigurable"
|
"settings.editor.selected.configurable": "vcs.Git"
|
||||||
}
|
}
|
||||||
}</component>
|
}]]></component>
|
||||||
<component name="RunManager" selected="Python.partition_main_0908">
|
<component name="RunManager" selected="Python.partition_main_0908">
|
||||||
<configuration name="caculate_mean" type="PythonConfigurationType" factoryName="Python" temporary="true" nameIsGenerated="true">
|
<configuration name="caculate_mean" type="PythonConfigurationType" factoryName="Python" temporary="true" nameIsGenerated="true">
|
||||||
<module name="fenqu" />
|
<module name="fenqu" />
|
||||||
|
@ -418,13 +418,26 @@
|
||||||
<workItem from="1709188748472" duration="872000" />
|
<workItem from="1709188748472" duration="872000" />
|
||||||
<workItem from="1710226908227" duration="2722000" />
|
<workItem from="1710226908227" duration="2722000" />
|
||||||
<workItem from="1710830257428" duration="13130000" />
|
<workItem from="1710830257428" duration="13130000" />
|
||||||
<workItem from="1710899876365" duration="3786000" />
|
<workItem from="1710899876365" duration="4835000" />
|
||||||
|
<workItem from="1710909696348" duration="339000" />
|
||||||
|
<workItem from="1710910043069" duration="123000" />
|
||||||
</task>
|
</task>
|
||||||
<servers />
|
<servers />
|
||||||
</component>
|
</component>
|
||||||
<component name="TypeScriptGeneratedFilesManager">
|
<component name="TypeScriptGeneratedFilesManager">
|
||||||
<option name="version" value="3" />
|
<option name="version" value="3" />
|
||||||
</component>
|
</component>
|
||||||
|
<component name="Vcs.Log.History.Properties">
|
||||||
|
<option name="COLUMN_ID_ORDER">
|
||||||
|
<list>
|
||||||
|
<option value="Default.Root" />
|
||||||
|
<option value="Default.Author" />
|
||||||
|
<option value="Default.Date" />
|
||||||
|
<option value="Space.CommitStatus" />
|
||||||
|
<option value="Default.Subject" />
|
||||||
|
</list>
|
||||||
|
</option>
|
||||||
|
</component>
|
||||||
<component name="XDebuggerManager">
|
<component name="XDebuggerManager">
|
||||||
<breakpoint-manager>
|
<breakpoint-manager>
|
||||||
<breakpoints>
|
<breakpoints>
|
||||||
|
|
|
@ -165,9 +165,9 @@ for final_partitions in range(6,18):
|
||||||
num = np.zeros(N)
|
num = np.zeros(N)
|
||||||
|
|
||||||
# 初始化新的聚类中心
|
# 初始化新的聚类中心
|
||||||
# new_center = np.zeros((N, n))
|
new_center = np.zeros((N, n))
|
||||||
#
|
|
||||||
# unassigned_links = 2
|
unassigned_links = 2
|
||||||
# while unassigned_links > 0:
|
# while unassigned_links > 0:
|
||||||
# print(unassigned_links)
|
# print(unassigned_links)
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in New Issue