|
DATA MINING
Desktop Survival Guide by Graham Williams |
|
|||
The Current Rattle State |
Internally, Rattle uses the variable crs to store the current rattle state. We can have a look at the structure of this variable at any time using the XnullXR functionsR functions (R function)R functionsR libraries (R library)R functionsR option (R option)R functionsR packages (R package)R functionsDatasets (Dataset)R functionsR functionsstr function in the R Console.
crs$ident |
List of variable names treated as identifiers. |
crs$input |
List of variable names for input to modelling. |
crs$target |
The name of the variable used as target for modelling. |