Changeset 138 for prdatasets/sonar.m
- Timestamp:
- 12/20/19 22:38:48 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
prdatasets/sonar.m
r137 r138 16 16 opt.desc = 'The Sonar dataset from the undocumented databases from UCI. The task is to train a network to discriminate between sonar signals bounced off a metal cylinder and those bounced off a roughly cylindrical rock.'; 17 17 opt.link = 'ftp://ftp.ics.uci.edu/pub/machine-learning-databases/undocumented/connectionist-bench/sonar'; 18 opt.dsetname = 'Sonar dataset'; 18 19 a = pr_download('http://prtools.tudelft.nl/prdatasets/sonar.dat',[],opt); 19 20 end
Note: See TracChangeset
for help on using the changeset viewer.