Description Objects from the Class Slots Methods Author(s) References See Also Examples
This is an auxiliary class that is part of the
representation of the dataset
class. Objects of
the task class do not actually store the data - they simply store
information on the name of the predictive task in question as well as
the respective formula.
Objects can be created by calls of the form task(...)
.
The objects include information on the name to be given to the
predictive task and also the associated formula.
name
:String character with the name of the predictive taks
formula
:R formula describing the task
signature(object = "task")
: method used to
show the contents of a task 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("task")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.