define_lda_spec {fastml}R Documentation

Define Linear Discriminant Analysis Model Specification

Description

Define Linear Discriminant Analysis Model Specification

Usage

define_lda_spec(task)

Arguments

task

Character string specifying the task type ("classification").

Value

List containing the model specification ('model_spec').


[Package fastml version 0.2.0 Index]