Changeset 132 for prdatasets/breast.m
- Timestamp:
- 11/25/19 10:17:35 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
prdatasets/breast.m
r127 r132 15 15 % is desired, use one of the options in MISVAL for Val. 16 16 % 17 % SEE ALSO <a href="http:// 37steps.com/prtools">PRTools Guide</a>, <a href="http://archive.ics.uci.edu/ml/">UCI Website</a>17 % SEE ALSO <a href="http://prtools.tudelft.nl/prtools">PRTools Guide</a>, <a href="http://archive.ics.uci.edu/ml/">UCI Website</a> 18 18 % PRTOOLS, DATASETS, MISVAL 19 19 20 % Copyright: R.P.W. Duin , r.p.w.duin@37steps.com20 % Copyright: R.P.W. Duin 21 21 22 22 function x = breast(val) … … 25 25 %prdatasets(mfilename,1,'http://prtools.tudelft.nl/prdatasets/breastorg.dat'); 26 26 27 a = pr_getdata('http:// 37steps.com/data/prdatasets/breastorg.dat',1);27 a = pr_getdata('http://prtools.tudelft.nl/prdatasets/breastorg.dat',1); 28 28 29 29 user.desc='The original database of the Wisconsin Breast Cancer Databases from UCI, containing 699 instances, collected between 1989 and 1991. ';
Note: See TracChangeset
for help on using the changeset viewer.