Changeset 132 for prdatasets/biomed.m


Ignore:
Timestamp:
11/25/19 10:17:35 (5 years ago)
Author:
bduin
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • prdatasets/biomed.m

    r127 r132  
    1515% Just the original features 3, 5, 6, 7 and 8 are used.
    1616%
    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>
    1818% PRTOOLS, DATASETS, MISVAL
    1919
    20 % Copyright: R.P.W. Duin, r.p.w.duin@37steps.com
     20% Copyright: R.P.W. Duin
    2121
    2222function x = biomed(val)
    2323
    2424if nargin < 1, val = 'remove'; end
    25 a = pr_getdata('http://37steps.com/data/prdatasets/biomed.dat',1);
     25a = pr_getdata('http://prtools.tudelft.nl/prdatasets/biomed.dat',1);
    2626
    2727user.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.