%GERMAN_SL Statlog (German Credit Approval, original) Data Set %PRTools dataset import from UCI, 1000 objects, 20 features, 2 classes % % A = GERMAN_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 contains a number of categorical features with N > 2 %categories. They may be converted to N new real features by CAT2REAL. %There is a numeric version of this dataset: STATLOG_GERMAN_NUM % %SEE ALSO PRTools Guide, UCI Website %PRTOOLS, DATASETS, SETFEATDOM, FEATTYPES, CAT2REAL, GERMAN_NUM_SL % Copyright: R.P.W. Duin, r.p.w.duin@37steps.com function a = german_sl a = pr_download_uci('Statlog+(German+Credit+Data)','german.data',[],[],[],[],[],' '); a = setname(a,'Statlog German Credit');