Changeset 137 for prdatasets/auto_mpg.m


Ignore:
Timestamp:
12/18/19 15:46:35 (5 years ago)
Author:
bduin
Message:
 
Location:
prdatasets
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • prdatasets

    • Property svn:ignore
      •  

        old new  
        33*.data
        44*.asv
         5data
  • prdatasets/auto_mpg.m

    r132 r137  
    77%
    88% There are two classes: 229 objects < 25 mpg and 169 objects > 25 mpg.
    9 % For some reasons one of the original features is missing (horsepower).
     9% For some reason one of the original features is missing (horsepower).
    1010%
    1111% See also DATASETS, PRDATASETS
    1212
    13 % Copyright: R.P.W. Duin
     13% Copyright: R.P.W. Duin, r.p.w.duin@37steps.com
    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://prtools.tudelft.nl/prdatasets/auto_mpg.mat',1);
    21 %a = setname(a,'Car-miles-per-gallon');
     20
     21a = pr_getdata;
    2222a = setlablist(a,char('< 25 mpg ','> 25 mpg'));
    2323a = setfeatlab(a,char(...
     
    2828        'model year: multi-valued discrete', ...
    2929        'origin: multi-valued discrete'));
     30a = setname(a,'Auto MPG');
Note: See TracChangeset for help on using the changeset viewer.