Package: tabularMLC 0.0.4

Caio Hamamura

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:Caio Hamamura [aut, cre]

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

Uses libs:
  • openblas– Optimized BLAS
  • c++– GNU Standard C++ Library v3
  • openmp– GCC OpenMP (GOMP) support library

On CRAN:

Conda:

openblascppopenmp

1.00 score 214 downloads 1 exports 2 dependencies

Last updated from:c4245e443f. Checks:6 OK. Indexed: no.

TargetResultTimeFilesSyslog
linux-devel-arm64OK107
linux-devel-x86_64OK108
source / vignettesOK164
linux-release-arm64OK103
linux-release-x86_64OK103
wasm-releaseOK99

Exports:MLC

Dependencies:RcppRcppArmadillo