Changeset 150 for prdatasets/pageblocks.m
- Timestamp:
- 01/09/20 21:17:34 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
prdatasets/pageblocks.m
r142 r150 10 10 %publications that make use of this dataset. 11 11 % 12 %SEE ALSO <a href="http:// 37steps.com/prtools">PRTools Guide</a>, <a href="http://archive.ics.uci.edu/ml/">UCI Website</a>12 %SEE ALSO <a href="http://prtools.tudelft.nl/prtools/">PRTools Guide</a>, <a href="http://archive.ics.uci.edu/ml/">UCI Website</a> 13 13 14 14 function a = pageblocks 15 15 16 16 % UCI data is Z-compressed. No Matlab command foud for uncompressing. 17 % Load zipped data from 37steps.18 a = pr_download_uci('Page+Blocks+Classification','http:// 37steps.com/data/prdatasets/page-blocks.zip',[],[],[],[],[],' ');17 % Load zipped data from prtools website. 18 a = pr_download_uci('Page+Blocks+Classification','http://prtools.tudelft.nl/prdatasets/page-blocks.zip',[],[],[],[],[],' '); 19 19 a = setname(a,'Page Blocks');
Note: See TracChangeset
for help on using the changeset viewer.