%PAGEBLOCKS Page layout blocks
%PRTools dataset import from UCI, 5473 objects, 10 features, 5 classes
%
% A = PAGEBLOCKS
%
%DESCRIPTION
%This command downloads one of the UCI data sets, converts it into PRTools
%format and stores it locally for future use. Consult the related website
%for further information. Please make the appropriate references in
%publications that make use of this dataset.
%
%SEE ALSO PRTools Guide, UCI Website
function a = pageblocks
% UCI data is Z-compressed. No Matlab command foud for uncompressing.
% Load zipped data from prtools website.
a = pr_download_uci('Page+Blocks+Classification','http://prtools.tudelft.nl/prdatasets/page-blocks.zip',[],[],[],[],[],' ');
a = setname(a,'Page Blocks');