- Category:
- Algorithm
- Tags:
-
[Java]
[源码]
- File Size:
- 38kb
- Update:
- 2014-05-12
- Downloads:
- 0 Times
- Uploaded by:
Description: K-mean Algorithm
Initialisation: set seed points
Assign each object to the cluster with the nearest seed point
Compute seed points as the centroids of the clusters of the current partition (the centroid is the centre, i.e., mean point, of the cluster)
Go back to Step 1), stop when no more new assignment
GUI in java Best Proj Devide web log in various clusters
To Search:
File list (Check if you may need any files):
PRJ_Final\build\built-jar.properties
.........\.....\classes\prj_final\demo.rs
.........\.....\.......\.........\EgmtaCalculation.class
.........\.....\.......\.........\EGMTA_1.class
.........\.....\.......\.........\kmeangui$1.class
.........\.....\.......\.........\kmeangui$2.class
.........\.....\.......\.........\kmeangui$3.class
.........\.....\.......\.........\kmeangui.class
.........\.....\.......\.........\kmeangui.form
.........\.....\.......\.........\k_means.class
.........\.....\.......\.........\temp.class
.........\build.xml
.........\data.txt
.........\manifest.mf
.........\nbproject\build-impl.xml
.........\.........\genfiles.properties
.........\.........\private\private.properties
.........\.........\.......\private.xml
.........\.........\project.properties
.........\.........\project.xml
.........\src\prj_final\kmeangui.form
.........\...\.........\kmeangui.java
.........\...\.........\k_means.java
.........\...\.........\temp.java
.........\build\classes\apriori
.........\.....\.......\prj_final
.........\.....\classes
.........\.....\empty
.........\nbproject\private
.........\src\prj_final
.........\build
.........\nbproject
.........\src
.........\test
PRJ_Final