Changeset 132 for prdatasets/breast.m


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

Legend:

Unmodified
Added
Removed
  • prdatasets/breast.m

    r127 r132  
    1515% is desired, use one of the options in MISVAL for Val.
    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 = breast(val)
     
    2525%prdatasets(mfilename,1,'http://prtools.tudelft.nl/prdatasets/breastorg.dat');
    2626
    27 a = pr_getdata('http://37steps.com/data/prdatasets/breastorg.dat',1);
     27a = pr_getdata('http://prtools.tudelft.nl/prdatasets/breastorg.dat',1);
    2828
    2929user.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.