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.zip(r-4.7)tabularMLC_0.0.4.zip(r-4.6)tabularMLC_0.0.4.zip(r-4.5)
tabularMLC_0.0.4.tgz(r-4.6-x86_64)tabularMLC_0.0.4.tgz(r-4.6-arm64)tabularMLC_0.0.4.tgz(r-4.5-x86_64)tabularMLC_0.0.4.tgz(r-4.5-arm64)
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://caiohamamura.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/caiohamamura/tabularmlc/issues
Last updated from:f8df951493. Checks:13 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 125 | ||
| linux-devel-x86_64 | OK | 115 | ||
| source / vignettes | OK | 157 | ||
| linux-release-arm64 | OK | 135 | ||
| linux-release-x86_64 | OK | 104 | ||
| macos-release-arm64 | OK | 87 | ||
| macos-release-x86_64 | OK | 183 | ||
| macos-oldrel-arm64 | OK | 70 | ||
| macos-oldrel-x86_64 | OK | 162 | ||
| windows-devel | OK | 106 | ||
| windows-release | OK | 92 | ||
| windows-oldrel | OK | 95 | ||
| wasm-release | OK | 94 |
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 |
