Changeset 132 for prdatasets/biomed.m
- Timestamp:
- 11/25/19 10:17:35 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
prdatasets/biomed.m
r127 r132 15 15 % Just the original features 3, 5, 6, 7 and 8 are used. 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 = biomed(val) 23 23 24 24 if nargin < 1, val = 'remove'; end 25 a = pr_getdata('http:// 37steps.com/data/prdatasets/biomed.dat',1);25 a = pr_getdata('http://prtools.tudelft.nl/prdatasets/biomed.dat',1); 26 26 27 27 user.desc = 'The purpose of the analysis is to develop a screening procedure to detect carriers and to describe its effectiveness. ';
Note: See TracChangeset
for help on using the changeset viewer.