4 "summary": "KRKmeans is clustering algorithm (クラスタリング分類) that one of Machine Learning methods.",
5 "description": "KRKmeans has implemented K-Means the clustering algorithm (クラスタリング分類) and achieved multi-dimensional clustering in this project. KRKmeans could be used in data mining (データマイニング), image compression (画像圧縮) and classification.",
6 "homepage": "https://github.com/Kalvar/ios-KRKmeans-Algorithm",
12 "Kalvar Lin": "ilovekalvar@gmail.com"
14 "social_media_url": "https://twitter.com/ilovekalvar",
16 "git": "https://github.com/Kalvar/ios-KRKmeans-Algorithm.git",
23 "public_header_files": "ML/**/*.h",
24 "source_files": "ML/**/*.{h,m}",
25 "frameworks": "Foundation"