%HEART_SL Statlog (Heart) Data Set
%PRTools dataset import from UCI, 270 objects, 13 features, 2 classes
%
% A = HEART_SL
%
%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
%PRTOOLS, DATASETS
% Copyright: R.P.W. Duin, r.p.w.duin@37steps.com
function a = heart_sl
a = pr_download_uci('Statlog+(Heart)','heart.dat',[],[],[],[],[],' ');
a = setname(a,'Statlog Heart');