%SPAMBASE spam e-mail database %PRTools dataset import from UCI, 4601 objects, 57 features, 2 classes % % A = SPAMBASE % %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. % %There are no missing values found in the dataset. % %SEE ALSO PRTools Guide, UCI Website %PRTOOLS, DATASETS % Copyright: R.P.W. Duin function a = spambase a = pr_download_uci('spambase'); a = setname(a,'Spambase');