%SATELLITE_SL Statlog (Landsat Satellite) Data Set
%PRTools dataset import from UCI, 4435+2000 objects, 36 features, 6 classes
%
% [TRAIN,TEST] = SATELLITE_SL
% TRAIN_TEST = SATELLITE_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.
%
%This dataset is identical to the SATELLITE dataset.
%
%SEE ALSO PRTools Guide, UCI Website
%PRTOOLS, DATASETS, SATELLITE
% Copyright: R.P.W. Duin
function [a,b] = satellite_sl
[a,b] = pr_download_uci('Statlog+(Landsat+Satellite)',{'sat.trn','sat.tst'},[],[],[],[],[],' ');
a = setname(a,'Statlog Satellite');
b = setname(b,'Statlog Satellite');
if nargout < 2, a = [a;b]; end