Package: tabularMLC 0.0.4
tabularMLC: Tabular Maximum Likelihood Classifier
The maximum likelihood classifier (MLC) is one of the most common classifiers used for remote sensing imagery. This package uses 'RcppArmadillo' to provide a fast implementation of the MLC to train and predict over tabular data (data.frame). The algorithms were based on Mather (1985) <doi:10.1080/01431168508948456> method.
Authors:
tabularMLC_0.0.4.tar.gz
tabularMLC_0.0.4.tar.gz(r-4.7-arm64)tabularMLC_0.0.4.tar.gz(r-4.7-x86_64)tabularMLC_0.0.4.tar.gz(r-4.6-arm64)tabularMLC_0.0.4.tar.gz(r-4.6-x86_64)
tabularMLC_0.0.4.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
tabularMLC/json (API)
NEWS
| # Install 'tabularMLC' in R: |
| install.packages('tabularMLC', repos = c('https://cran.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/caiohamamura/tabularmlc/issues
Last updated from:c4245e443f. Checks:6 OK. Indexed: no.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 107 | ||
| linux-devel-x86_64 | OK | 108 | ||
| source / vignettes | OK | 164 | ||
| linux-release-arm64 | OK | 103 | ||
| linux-release-x86_64 | OK | 103 | ||
| wasm-release | OK | 99 |
Exports:MLC
Dependencies:RcppRcppArmadillo
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Tabular maximum likelihood classifier | tabularMLC-package tabularMLC |
| Maximum Likelihood Classifier | MLC MLC.default MLC.formula |
| Maximum likelihood model class | MLC.model-class |
| Predict function for MLC.model-class | predict.MLC.model |
