Changeset 137 for prdatasets/auto_mpg.m
- Timestamp:
- 12/18/19 15:46:35 (5 years ago)
- Location:
- prdatasets
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
prdatasets
- Property svn:ignore
-
old new 3 3 *.data 4 4 *.asv 5 data
-
- Property svn:ignore
-
prdatasets/auto_mpg.m
r132 r137 7 7 % 8 8 % There are two classes: 229 objects < 25 mpg and 169 objects > 25 mpg. 9 % For some reason sone of the original features is missing (horsepower).9 % For some reason one of the original features is missing (horsepower). 10 10 % 11 11 % See also DATASETS, PRDATASETS 12 12 13 % Copyright: R.P.W. Duin 13 % Copyright: R.P.W. Duin, r.p.w.duin@37steps.com 14 14 % Faculty EWI, Delft University of Technology 15 15 % P.O. Box 5031, 2600 GA Delft, The Netherlands … … 18 18 19 19 function 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 21 a = pr_getdata; 22 22 a = setlablist(a,char('< 25 mpg ','> 25 mpg')); 23 23 a = setfeatlab(a,char(... … … 28 28 'model year: multi-valued discrete', ... 29 29 'origin: multi-valued discrete')); 30 a = setname(a,'Auto MPG');
Note: See TracChangeset
for help on using the changeset viewer.