Learn R Programming

tabularMLC (version 0.0.4)

Tabular Maximum Likelihood Classifier

Description

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) method.

Copy Link

Version

Install

install.packages('tabularMLC')

Monthly Downloads

188

Version

0.0.4

License

GPL-3

Issues

Pull Requests

Stars

Forks

Maintainer

Caio Hamamura

Last Published

September 22nd, 2025

Functions in tabularMLC (0.0.4)

predict.MLC.model

Predict function for MLC.model-class
MLC.model-class

Maximum likelihood model class
MLC

Maximum Likelihood Classifier
tabularMLC-package

Tabular maximum likelihood classifier