%HABERMAN Survival of patients after surgery for breast cancer %PRTools dataset import from UCI, 306 objects, 3 features, 2 classes % % A = HABERMAN % %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. % %SEE ALSO PRTools Guide, UCI Website %PRTOOLS, DATASETS % Copyright: R.P.W. Duin function a = haberman a = pr_download_uci('Haberman''s+Survival','haberman.data'); a = setname(a,['Haberman''''s Survival']);