%GERMAN_NUM_SL Statlog (German Credit Approval, numeric) Data Set %PRTools dataset import from UCI, 1000 objects, 24 features, 2 classes % % A = GERMAN_NUM_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 is the numeric version of an originally categorical dataset, see %STATLOG_GERMAN_NUM % %SEE ALSO PRTools Guide, UCI Website %PRTOOLS, DATASETS, SETFEATDOM, FEATTYPES, CAT2REAL, GERMAN_SL % Copyright: R.P.W. Duin function a = german_num_sl a = pr_download_uci('Statlog+(German+Credit+Data)','german.data-numeric',[],[],[],[],[],' '); a = setname(a,'Statlog German Credit Num');