DATA MINING
Desktop Survival Guide by Graham Williams |
|||||
Delete Ignored |
As an example, suppose we have loaded our familiar audit
dataset. In the Data 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 object.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 |