%MAMMOGRAPH Discrimination of benign and malignant mammographic masses
%PRTools dataset import from UCI, 961 objects, 5 features, 2 classes
%
% A = MAMMOGRAPH
%
%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.
%
%There are missing values, coded by NaNs. They may be handled by MISVAL.
%
%SEE ALSO PRTools Guide, UCI Website
%PRTOOLS, DATASETS, MISVAL
% Copyright: R.P.W. Duin
function a = mammograph
a = pr_download_uci('Mammographic+Mass','mammographic_masses.data');
a = setname(a,'Mammographic Mass');