Rev | Line | |
---|
[142] | 1 | %PAGEBLOCKS Page layout blocks
|
---|
| 2 | %PRTools dataset import from UCI, 5473 objects, 10 features, 5 classes
|
---|
| 3 | %
|
---|
| 4 | % A = PAGEBLOCKS
|
---|
| 5 | %
|
---|
| 6 | %DESCRIPTION
|
---|
| 7 | %This command downloads one of the UCI data sets, converts it into PRTools
|
---|
| 8 | %format and stores it locally for future use. Consult the <a href="http://archive.ics.uci.edu/ml/datasets/Page+Blocks+Classification">related website</a>
|
---|
| 9 | %for further information. Please make the appropriate references in
|
---|
| 10 | %publications that make use of this dataset.
|
---|
| 11 | %
|
---|
[150] | 12 | %SEE ALSO <a href="http://prtools.tudelft.nl/prtools/">PRTools Guide</a>, <a href="http://archive.ics.uci.edu/ml/">UCI Website</a>
|
---|
[142] | 13 |
|
---|
| 14 | function a = pageblocks
|
---|
| 15 |
|
---|
| 16 | % UCI data is Z-compressed. No Matlab command foud for uncompressing.
|
---|
[150] | 17 | % Load zipped data from prtools website.
|
---|
| 18 | a = pr_download_uci('Page+Blocks+Classification','http://prtools.tudelft.nl/prdatasets/page-blocks.zip',[],[],[],[],[],' ');
|
---|
[142] | 19 | a = setname(a,'Page Blocks'); |
---|
Note: See
TracBrowser
for help on using the repository browser.