%CYLINDERBANDS mitigating process delays in rotogravure printing
%PRTools dataset import from UCI, 541 objects, 39 features, 2 classes
%
% A = CYLINDERBANDS
%
%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.
%
%This dataset contains a number of categorical features with N > 2
%categories. They may be converted to N new real features by CAT2REAL.
%
%There are missing values, coded by NaNs. They may be handled by MISVAL.
%
%SEE ALSO PRTools Guide, UCI Website
%PRTOOLS, DATASETS, SETFEATDOM, MISVAL, CAT2REAL
% Copyright: R.P.W. Duin
function a = cylinderbands
% UCI dataset is irregulary formatted.
% Load modified data from prtools website.
a = pr_download_uci('Cylinder+Bands','http://prtools.tudelft.nl/prdatasets/cylinderbands.dat');
a = setname(a,'Cylinder Bands Dataset');