4 "summary": "KRSVM is implemented SVM of machine learning.",
5 "description": "KRSVM is implemented Support Vector Machine (SVM) of machine learning, it current achieved SMO and RBF, Tangent, Linear these 3 kernel functions to do predication.",
6 "homepage": "https://github.com/Kalvar/ios-KRSVM",
12 "Kalvar Lin": "ilovekalvar@gmail.com"
14 "social_media_url": "https://twitter.com/ilovekalvar",
16 "git": "https://github.com/Kalvar/ios-KRSVM.git",
23 "public_header_files": "SVM/**/*.h",
24 "source_files": "SVM/**/*.{h,m}",
25 "frameworks": "Foundation"