Changeset 158
- Timestamp:
- 04/16/22 21:06:28 (3 years ago)
- Location:
- prdatasets
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
prdatasets/satellite.m
r150 r158 18 18 19 19 a = pr_getdata; 20 a = setname(a,'Satellite dataset');20 a = setname(a,'Satellite'); -
prdatasets/sonar.m
r138 r158 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 opt.dsetname = 'Sonar'; 19 19 a = pr_download('http://prtools.tudelft.nl/prdatasets/sonar.dat',[],opt); 20 20 end 21 a = setname(a,'Sonar'); 21 22 22 23 return
Note: See TracChangeset
for help on using the changeset viewer.