GPU K-means

sharedMEM: use sharedMEM, faster, but has limitation on k & dimension

kmean: normal verison

flag_kmean: use "flag" to reduce outlier groups and accelerate the process.

newkmean: fixed verison of flag_kmean


count.py: count the groups and remove the 0 ones.

radius.py: calculate the radius of each group.

mark: transform the data format.