PsLink / GPU-Kmeans

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About


Languages

Language:Cuda 87.8%Language:C++ 7.2%Language:Python 5.0%