|
DATA MINING
Desktop Survival Guide by Graham Williams |
|
|||
Delete Ignored |
As an example, suppose we have loaded our familiar audit
dataset. In the Select tab choose to set the role of Age,
Employment, Education, Marital, and Occupation to be Ignore, and then
click the Execute button for these new roles to take
effect. In the R console window use 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 functionsobject.size
to determine the current amount of memory the dataset is taking up:
> object.size(crs$dataset) [1] 128904 |
> object.size(crs$dataset) [1] 84216 |