DATA MINING
Desktop Survival Guide by Graham Williams |
|||||
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 str 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. |