Changeset 138 for prdatasets/iris.m
- Timestamp:
- 12/20/19 22:38:48 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
prdatasets/iris.m
r137 r138 15 15 opt.desc = 'Iris Plant database from UCI. A classic dataset in the pattern recognition literature. The original dataset is a multiclass classification problem, introduced by R.A. Fisher, The use of multiple measurements in taxonomic problems. Ann Eugenics, 7:179--188, 1936.'; 16 16 opt.link = 'ftp://ftp.ics.uci.edu/pub/machine-learning-databases/iris/'; 17 opt.dsetname = 'Iris ';17 opt.dsetname = 'Iris Dataset'; 18 18 a = pr_download('http://prtools.tudelft.nl/prdatasets/iris.dat',[],opt); 19 19 end
Note: See TracChangeset
for help on using the changeset viewer.