Togaware DATA MINING
Desktop Survival Guide
by Graham Williams
Google

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

Now, back in the Rattle window, navigate to the Transform tab and choose the Cleanup option. The Delete Ignored sub-option is the default. Click the Execute button to remove the columns that we marked as Ignored. Now in the R console, check how much space the dataset is taking up:

> object.size(crs$dataset)
[1] 84216



Copyright © 2004-2008 Togaware Pty Ltd
Support further development through the purchase of the PDF version of the book.
PDF version is properly formatted and forms a comprehensive book (draft with over 600 pages).
Brought to you by Togaware.