Changeset 150 for prdatasets/isolet.m


Ignore:
Timestamp:
01/09/20 21:17:34 (5 years ago)
Author:
bduin
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • prdatasets/isolet.m

    r142 r150  
    1111%publications that make use of this dataset.
    1212%
    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>
    1414
    1515function [a,b] = isolet
    1616
    1717% 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.
     19url1 = 'http://prtools.tudelft.nl/prdatasets/isolet1+2+3+4.zip';
     20url2 = 'http://prtools.tudelft.nl/prdatasets/isolet5.zip';
    2121[a,b] = pr_download_uci('ISOLET',{url1,url2});
    2222a = setname(a,'Isolet');
Note: See TracChangeset for help on using the changeset viewer.