diff options
| author | Ganesh Viswanathan <dev@genotrance.com> | 2018-01-13 19:41:21 -0600 |
|---|---|---|
| committer | Ganesh Viswanathan <dev@genotrance.com> | 2018-01-13 19:41:21 -0600 |
| commit | cd6bc8008bdb7bc180e2a66d3410312a895d669d (patch) | |
| tree | 0548e1a45a6251ea44d4d63363b98f1a911e9ba8 | |
| parent | cd6725c919fd42ebd0a3edf6a330b9ac5016b2d5 (diff) | |
| download | packages-cd6bc8008bdb7bc180e2a66d3410312a895d669d.tar.gz packages-cd6bc8008bdb7bc180e2a66d3410312a895d669d.zip | |
Added package libsvm
| -rw-r--r-- | packages.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 57f47a7..67868a3 100644 --- a/packages.json +++ b/packages.json @@ -7986,5 +7986,18 @@ "description": "Common unicode operations", "license": "MIT", "web": "https://github.com/nitely/nim-unicodeplus" + }, + { + "name": "libsvm", + "url": "https://github.com/genotrance/libsvm", + "method": "git", + "tags": [ + "scientific", + "svm", + "vector" + ], + "description": "libsvm wrapper for Nim", + "license": "MIT", + "web": "https://github.com/genotrance/libsvm" } ] |
