config {ai}R Documentation

Models parameters

Description

The config function sets additional models parameters

Usage

config(formula = NULL, k = NULL)

Arguments

formula

formula parameter for eg. linear models including lm, rlm, read more: lm

k

number of neighbors considered from knn models, read more: knn

Value

configuration list contains models parameters different than defaults

Examples



config(formula = "Status ~ Value")




[Package ai version 1.0.4.44 Index]