Changeset 150 for prdatasets/isolet.m
- Timestamp:
- 01/09/20 21:17:34 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
prdatasets/isolet.m
r142 r150 11 11 %publications that make use of this dataset. 12 12 % 13 %SEE ALSO <a href="http:// 37steps.com/prtools">PRTools Guide</a>, <a href="http://archive.ics.uci.edu/ml/">UCI Website</a>13 %SEE ALSO <a href="http://prtools.tudelft.nl/prtools/">PRTools Guide</a>, <a href="http://archive.ics.uci.edu/ml/">UCI Website</a> 14 14 15 15 function [a,b] = isolet 16 16 17 17 % UCI data is Z-compressed. No Matlab command found for uncompressing. 18 % Load zipped data from 37steps.19 url1 = 'http:// 37steps.com/data/prdatasets/isolet1+2+3+4.zip';20 url2 = 'http:// 37steps.com/data/prdatasets/isolet5.zip';18 % Load zipped data from prtools website. 19 url1 = 'http://prtools.tudelft.nl/prdatasets/isolet1+2+3+4.zip'; 20 url2 = 'http://prtools.tudelft.nl/prdatasets/isolet5.zip'; 21 21 [a,b] = pr_download_uci('ISOLET',{url1,url2}); 22 22 a = setname(a,'Isolet');
Note: See TracChangeset
for help on using the changeset viewer.