sits_lda: Train SITS classifiction models with Linear Discriminant...

Description Usage Arguments Value Author(s)

Description

This function receives a tibble with a set of attributes X for each observation Y These attributes are usually distance metrics between patterns and observations It performs a linear discriminant analysis (lda) to obtain a predictive model. This function is a front-end to the "lda" method in the "MASS" package. Please refer to the documentation in that package for more details.

Usage

1

Arguments

distances.tb

a time series with a set of distance measures for each training sample

formula

a symbolic description of the model to be fit. SITS offers a set of such formulas (default: sits_formula_logref)

...

other parameters to be passed to MASS::lda function

Value

result either an model function to be passed in sits_predict or an function prepared that can be called further to compute multinom training model

Author(s)

Alexandre Xavier Ywata de Carvalho, alexandre.ywata@ipea.gov.br

Rolf Simoes, rolf.simoes@inpe.br

Gilberto Camara, gilberto.camara@inpe.br


luizassis/sits documentation built on May 30, 2019, 7:15 p.m.