📄 readme
字号:
This program is developed according to the CHAMELEON clustering algorithm.In using this program, first there are several constant numbers need to be noticed. In application, user may need to adjust these constants in the program. Of course, these constants can be changed to become input parameters,but in my experiments they are mostly don't need to be changed, so I justmade them constants. These constants include: MAXSIZE -- maximum number of data pointsK_nearest -- k-nearest graphBC -- balance constraints in graph partitionMINSIZE -- minimum size in graph partitionfollowing three constants relating to the clustering of 2-dimentional spatialdata:WIDTH -- width of the 2-dimentional spaceHEIGHT -- height of the 2-dimentional spacDIAG -- diagonal distance of the 2-dimentional spacALPHA -- This constant is related to the relative weight of closeness and connections in the clustering goodness function:Once the above constants are set, the usage of the program is like this:"chameleon N fileName stopClusterNO"the meanning of each parameter is:N -- number of data pointsfileName -- name of the data filestopClusterNO -- cluster number when the cluster process stop
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -