Description Objects from the Class Slots Methods Author(s) References See Also Examples
Objects of the class learner represent learning systems that can be used in the routines designed to carry out experimental comparisons within the DMwR package.
Objects can be created by calls of the form learner( ...)
.
The objects contain information on the R function implementing
the learning algorithm, and also a list of arguments with
respective values, that should be used when calling that function.
func
:A character string containing the name of the R function that implements the learning algorithm used by the learner object.
pars
:A named list containing the parameters and respective values to be used when calling the learner (defaulting to the empty list).
signature(object = "learner")
: method used to
show the contents of a learner object.
Luis Torgo ltorgo@dcc.fc.up.pt
Torgo, L. (2010) Data Mining using R: learning with case studies, CRC Press (ISBN: 9781439810187). http://www.dcc.fc.up.pt/~ltorgo/DataMiningWithR
1 | showClass("learner")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.