2 "name": "KRFuzzyCMeans",
4 "summary": "Fuzzy C-Means is clustering algorithm combined fuzzy theory on Machine Learning.",
5 "description": " KRFuzzyCMeans has implemented Fuzzy C-Means (FCM) the fuzzy (ファジー理論) clustering / classification algorithm (クラスタリング分類) in Machine Learning (マシンラーニング). It could be used in data mining (データマイニング) and image compression (画像圧縮).\n",
6 "homepage": "https://github.com/Kalvar/ios-KRFuzzyCMeans-Algorithm",
12 "Kalvar Lin": "ilovekalvar@gmail.com"
14 "social_media_url": "https://twitter.com/ilovekalvar",
16 "git": "https://github.com/Kalvar/ios-KRFuzzyCMeans-Algorithm.git",
23 "public_header_files": "FCM/*.h",
24 "source_files": "FCM/KRFuzzyCMeans.h",
25 "frameworks": "Foundation"