Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/unixjunkie/orsvm-e1071
Access the Linear or RBF kernel SVM from OCaml using the R e1071 or svmpath packages
https://github.com/unixjunkie/orsvm-e1071
binary-classifier classification libsvm linear-kernel ocaml-library r rbf-kernel svm svmpath
Last synced: 23 days ago
JSON representation
Access the Linear or RBF kernel SVM from OCaml using the R e1071 or svmpath packages
- Host: GitHub
- URL: https://github.com/unixjunkie/orsvm-e1071
- Owner: UnixJunkie
- License: other
- Created: 2018-02-21T06:08:42.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-09T01:57:36.000Z (over 4 years ago)
- Last Synced: 2023-10-20T23:36:35.344Z (about 1 year ago)
- Topics: binary-classifier, classification, libsvm, linear-kernel, ocaml-library, r, rbf-kernel, svm, svmpath
- Language: OCaml
- Homepage:
- Size: 63.5 KB
- Stars: 4
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# orsvm-e1071
Access from OCaml SVMs provided by the R e1071 and svmpath packages.OCaml functions to drive the RBF and linear kernel SVMs of the R e1071 package
and the linear kernel SVM of the R svmpath package.This is low level on purpose: we don't provide access to all functionalities
offered by the R packages.This is probably not high performance: data are exchanged between
R and OCaml via ASCII files.