Learn R Programming

CORElearn (version 0.9.29)

infoCore: Description of certain CORElearn parameters

Description

Depending on parameter what the function prints some information on CORElearn, for example codes of available classification aor regression attribute evaluation heuristics.

Usage

infoCore(what=c("attrEval","attrEvalReg"))

Arguments

what
Selects the info to be printed.

Value

  • Returns vector of codes for all implemented classification or regression attribute evaluation heuristics.

Details

Depending on the parameter what the function some information on CORElearn. [object Object],[object Object]

See Also

attrEval, helpCore, CoreModel.

Examples

Run this code
estClass <- infoCore(what="attrEval")
print(estClass)
infoCore(what="attrEvalReg")

Run the code above in your browser using DataLab