4 "summary": "KRKmeans is clustering algorithm (クラスタリング分類) that one of Machine Learning methods.",
5 "description": "KRKmeans has implemented K-Means the clustering and classification algorithm (クラスタリング分類) on Machine Learning. It could be used in data mining (データマイニング) and image compression (画像圧縮).",
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"