This package is considered a duplicate. The official version of this package is found at:https://eddelbuettel.r-universe.dev/rcppmlpackexamples
Package: rcppmlpackexamples 0.0.1
rcppmlpackexamples: Example Use of 'mlpack' from C++ via R
A Minimal Example Package which demonstrates 'mlpack' use via C++ Code from R.
Authors:
rcppmlpackexamples_0.0.1.tar.gz
rcppmlpackexamples_0.0.1.tar.gz(r-4.7-arm64)rcppmlpackexamples_0.0.1.tar.gz(r-4.7-x86_64)rcppmlpackexamples_0.0.1.tar.gz(r-4.6-arm64)rcppmlpackexamples_0.0.1.tar.gz(r-4.6-x86_64)
rcppmlpackexamples_0.0.1.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
rcppmlpackexamples/json (API)
NEWS
| # Install 'rcppmlpackexamples' in R: |
| install.packages('rcppmlpackexamples', repos = c('https://cran.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/eddelbuettel/rcppmlpack-examples/issues
Uses libs:
Datasets:
- covertype_small - Covertype data subset used for classification
- loanData - Loan data subset used for default prediction
Last updated from:f84c0d33ff. Checks:6 OK. Indexed: no.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 150 | ||
| linux-devel-x86_64 | OK | 144 | ||
| source / vignettes | OK | 246 | ||
| linux-release-arm64 | OK | 162 | ||
| linux-release-x86_64 | OK | 133 | ||
| wasm-release | OK | 145 |
Exports:kMeanslinearRegressionloanDefaultPredictionrandomForest
Dependencies:mlpackRcppRcppArmadilloRcppEnsmallen
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Example Use of 'mlpack' from C++ via R | rcppmlpackexamples-package rcppmlpackexamples |
| Covertype data subset used for classification | covertype_small |
| Run a k-means clustering analysis | kMeans |
| Run a linear regression with optional ridge regression | linearRegression |
| Loan data subset used for default prediction | loanData |
| loanDefaultPrediction | loanDefaultPrediction |
| Run a Random Forest classificatio | randomForest |
