%IMSEGMENT_SL Statlog (Image Segmentation) Data Set %PRTools dataset import from UCI, 2310 objects, 19 features, 7 classes % % A = IMSEGMENT_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 very similar to the IMSEGMENT dataset. % %SEE ALSO PRTools Guide, UCI Website %PRTOOLS, DATASETS, IMSEGMENT % Copyright: R.P.W. Duin function a = imsegment_sl a = pr_download_uci('Statlog+(Image+Segmentation)','segment.dat',[],[],[],[],[],' '); a = setname(a,'Statlog Image Segmentation');