Changeset 132 for prdatasets/auto_mpg.m


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

Legend:

Unmodified
Added
Removed
  • prdatasets/auto_mpg.m

    r127 r132  
    1111% See also DATASETS, PRDATASETS
    1212
    13 % Copyright: R.P.W. Duin, r.p.w.duin@37steps.com
     13% Copyright: R.P.W. Duin
    1414% Faculty EWI, Delft University of Technology
    1515% P.O. Box 5031, 2600 GA Delft, The Netherlands
     
    1818
    1919function a = auto_mpg
    20 a = pr_getdata('http://37steps.com/data/prdatasets/auto_mpg.mat',1);
     20a = pr_getdata('http://prtools.tudelft.nl/prdatasets/auto_mpg.mat',1);
    2121%a = setname(a,'Car-miles-per-gallon');
    2222a = setlablist(a,char('< 25 mpg ','> 25 mpg'));
Note: See TracChangeset for help on using the changeset viewer.