Ignore:
Timestamp:
01/09/20 21:17:34 (5 years ago)
Author:
bduin
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • prdatasets/pageblocks.m

    r142 r150  
    1010%publications that make use of this dataset.
    1111%
    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>
    1313
    1414function a = pageblocks
    1515
    1616% 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.
     18a = pr_download_uci('Page+Blocks+Classification','http://prtools.tudelft.nl/prdatasets/page-blocks.zip',[],[],[],[],[],' ');
    1919a = setname(a,'Page Blocks');
Note: See TracChangeset for help on using the changeset viewer.