%SHUTTLE_SL Statlog (Shuttle) Data Set %PRTools dataset import from UCI, 43500+14500 objects, 9 features, 7 classes % % [TRAIN,TEST] = SHUTTLE_SL % TRAIN_TEST = SHUTTLE_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 function [a,b] = shuttle_sl url1 = 'http://prtools.tudelft.nl/prdatasets/shuttle.zip'; url2 = 'http://prtools.tudelft.nl/prdatasets/shuttle.tst'; opt.dsetname = 'Statlog Shuttle'; [a,b] = pr_download_uci('Statlog+(Shuttle)',{url1,url2},[],[],[],[],[],' '); a = setname(a,'Statlog Shuttle'); b = setname(b,'Statlog Shuttle'); if nargout < 2, a = [a;b]; end