infoCore | R Documentation |
Depending on parameter what
the function prints some information on CORElearn,
for example codes of available classification (or regression) attribute evaluation heuristics.
For more complete description of the parameters see helpCore
.
infoCore(what=c("attrEval","attrEvalReg"))
what |
Selects the info to be printed. |
Depending on the parameter what
the function some information on CORElearn.
Prints codes of all available classification attribute evaluation heuristics.
These codes can be used as parameters for attribute evaluation methods in learning.
It is internally used for validation of parameters. For more complete
information see attrEval
.
prints codes of all available regression attribute evaluation heuristics. These codes can be used as parameters for attribute evaluation
methods in learning. It is internally used for validation of parameters. For more complete
information see attrEval
.
For what="attrEval"
or "attrEvalReg"
function returns vector of codes for all
implemented classification or regression attribute evaluation heuristics, respectively.
Marko Robnik-Sikonja
attrEval
,
helpCore
,
CoreModel
.
estClass <- infoCore(what="attrEval") print(estClass) infoCore(what="attrEvalReg")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.