Changeset 142 for prdatasets/wine.m
- Timestamp:
- 01/05/20 23:22:59 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
prdatasets/wine.m
r137 r142 18 18 opt.delimeter = ','; 19 19 opt.desc = 'These data are the results of a chemical analysis of wines grown in the same region in Italy but derived from three different cultivars. The analysis determined the quantities of 13 constituents found in each of the three types of wines.'; 20 opt.link = 'https://archive.ics.uci.edu/ml/machine-learning-databases/wine/wine.names'; 20 21 opt.labfeat = 1; 21 22 opt.featnames = char(... … … 34 35 'proline'); 35 36 opt.classnames = {'cultivar 1','cultivar 2','cultivar 3'}; 36 opt.dsetname = 'Wine recognition data';37 opt.dsetname = 'Wine Recognition'; 37 38 a = pr_download('http://prtools.tudelft.nl/prdatasets/wine.dat',[],opt); 38 39 end
Note: See TracChangeset
for help on using the changeset viewer.