predict_lda: Prediction using already trained prediction model

Description Usage Arguments Value Author(s) See Also

View source: R/lda.r

Description

Wrapper for the MASS package implementation.

Usage

1
predict_lda(object, x, ...)

Arguments

object

Fitted classifier as produced by evaluate.

x

Dataset of observations to be classified.

...

Sent to predict.lda.

Value

A list with elements:

Author(s)

Christofer Bäcklin

See Also

emil, fit_lda, modeling_procedure


emil documentation built on Aug. 1, 2018, 1:03 a.m.

Related to predict_lda in emil...