Description Objects from the Class Slots Extends Methods Author(s) References See Also Examples
This is the class of objects that represent all necessary information on a predictive task. This class extends the task class by adding the data frame with the data of the predictive task.
Objects can be created by calls of the form dataset(...)
.
The objects include information on the name of the predictive task,
the formula and the data frame with the data used in the task.
formula
:Object of class "formula"
containing
the formula representing the predictive task
data
:Object coercible to class "data.frame"
containing
the data of the problem
name
:Object of class "character"
containing an
internal name of the task
Class "task"
, directly.
signature(object = "dataset")
: method used to
show the contents of a dataset 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("dataset")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.