Package: mlearning 1.2.2

mlearning: 'SciViews::R' - Machine Learning Algorithms with Unified Interface
A unified interface is provided to various machine learning algorithms like linear or quadratic discriminant analysis, k-nearest neighbors, random forest, support vector machine, ... It allows to train, test, and apply cross-validation using similar functions and function arguments with a minimalist and clean, formula-based interface. Missing data are processed the same way as base and stats R functions for all algorithms, both in training and testing. Confusion matrices are also provided with a rich set of metrics calculated and a few specific plots.
Authors:
mlearning_1.2.2.tar.gz
mlearning_1.2.2.zip(r-4.7)mlearning_1.2.2.zip(r-4.6)mlearning_1.2.2.zip(r-4.5)
mlearning_1.2.2.tgz(r-4.6-any)mlearning_1.2.2.tgz(r-4.5-any)
mlearning_1.2.2.tar.gz(r-4.6-any)mlearning_1.2.2.tar.gz(r-4.5-any)
mlearning_1.2.2.tgz(r-4.5-emscripten)
mlearning.pdf |mlearning.html✨
mlearning/json (API)
NEWS
| # Install 'mlearning' in R: |
| install.packages('mlearning', repos = c('https://sciviews.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/sciviews/mlearning/issues
Pkgdown/docs site:https://www.sciviews.org
Last updated from:fb85f693d3. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 142 | ||
| source / vignettes | OK | 480 | ||
| linux-release-x86_64 | OK | 153 | ||
| macos-release-arm64 | OK | 97 | ||
| macos-oldrel-arm64 | OK | 92 | ||
| windows-devel | OK | 110 | ||
| windows-release | OK | 109 | ||
| windows-oldrel | OK | 104 | ||
| wasm-release | OK | 118 |
Exports:confusionconfusion_barplotconfusion_dendrogramconfusion_imageconfusion_starsconfusionBarplotconfusionDendrogramconfusionImageconfusionStarscvpredictml_knnml_ldaml_lvqml_naive_bayesml_nnetml_qdaml_rforestml_rpartml_svmmlearningmlKnnmlLdamlLvqmlNaiveBayesmlNnetmlQdamlRforestmlRpartmlSvmpriorprior<-responsetrain
Dependencies:classclicodetoolscpp11data.tablediagramdigeste1071farverfuturefuture.applyggplot2globalsgluegtableipredisobandKernSmoothlabelinglatticelavalifecyclelistenvMASSMatrixnnetnumDerivparallellyprodlimprogressrproxyR6randomForestRColorBrewerRcpprlangrpartS7scalesshapeSQUAREMsurvivalvctrsviridisLitewithr
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| 'SciViews::R' - Machine Learning Algorithms with Unified Interface | mlearning-package |
| Construct and analyze confusion matrices | confusion confusion.default confusion.mlearning print.confusion print.summary.confusion summary.confusion |
| Machine learning model for (un)supervised classification or regression | cvpredict cvpredict.mlearning mlearning plot.mlearning predict.mlearning print.mlearning print.summary.mlearning summary.mlearning |
| Supervised classification using k-nearest neighbor | mlKnn mlKnn.default mlKnn.formula ml_knn predict.mlKnn print.summary.mlKnn summary.mlKnn |
| Supervised classification using linear discriminant analysis | mlLda mlLda.default mlLda.formula ml_lda predict.mlLda |
| Supervised classification using learning vector quantization | mlLvq mlLvq.default mlLvq.formula ml_lvq predict.mlLvq print.summary.mlLvq summary.mlLvq |
| Supervised classification using naive Bayes | mlNaiveBayes mlNaiveBayes.default mlNaiveBayes.formula ml_naive_bayes predict.mlNaiveBayes |
| Supervised classification and regression using neural network | mlNnet mlNnet.default mlNnet.formula ml_nnet predict.mlNnet |
| Supervised classification using quadratic discriminant analysis | mlQda mlQda.default mlQda.formula ml_qda predict.mlQda |
| Supervised classification and regression using random forest | mlRforest mlRforest.default mlRforest.formula ml_rforest predict.mlRforest |
| Supervised classification and regression using recursive partitioning | mlRpart mlRpart.default mlRpart.formula ml_rpart predict.mlRpart |
| Supervised classification and regression using support vector machine | mlSvm mlSvm.default mlSvm.formula ml_svm predict.mlSvm |
| Plot a confusion matrix | confusionBarplot confusionDendrogram confusionImage confusionStars confusion_barplot confusion_dendrogram confusion_image confusion_stars plot.confusion |
| Get or set priors on a confusion matrix | prior prior.confusion prior<- prior<-.confusion |
| Get the response variable for a mlearning object | response response.default |
| Get the training variable for a mlearning object | train train.default |
