Package: tabularMLC
Type: Package
Title: Tabular Maximum Likelihood Classifier
Version: 0.0.4
Authors@R: c(
  person(given="Caio", family="Hamamura", email="caiohamamura@gmail.com", role=c("aut", "cre"), comment=c(ORCID="https://orcid.org/0000-0001-6149-5885"))
  )
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) <doi:10.1080/01431168508948456> method.
License: GPL-3
Depends: Rcpp, methods
Imports: stats
LinkingTo: Rcpp, RcppArmadillo
RoxygenNote: 7.1.2
Encoding: UTF-8
URL: https://github.com/caiohamamura/tabularMLC
BugReports: https://github.com/caiohamamura/tabularMLC/issues
NeedsCompilation: yes
Packaged: 2025-09-19 01:08:45 UTC; caioh
Author: Caio Hamamura [aut, cre] (ORCID:
    <https://orcid.org/0000-0001-6149-5885>)
Maintainer: Caio Hamamura <caiohamamura@gmail.com>
Repository: CRAN
Date/Publication: 2025-09-22 19:40:03 UTC
Built: R 4.4.3; x86_64-w64-mingw32; 2025-11-07 18:18:16 UTC; windows
Archs: x64
