infoCore {CORElearn} | R Documentation |
Depending on parameter what
the function prints some information on CORElearn,
for example codes of available classification aor regression attribute evaluation heuristics.
infoCore(what=c("attrEval","attrEvalReg"))
what |
Selects the info to be printed. |
Depending on the parameter what
the function some information on CORElearn.
Returns vector of codes for all implemented classification or regression attribute evaluation heuristics.
Marko Robnik-Sikonja
attrEval
,
optionCore
,
CoreModel
.
estClass <- infoCore(what="attrEval") print(estClass) infoCore(what="attrEvalReg")