Changeset 150 for prdatasets/musk1.m


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

Legend:

Unmodified
Added
Removed
  • prdatasets/musk1.m

    r142 r150  
    1515%also MULTI_LABELING
    1616%
    17 %SEE ALSO <a href="http://37steps.com/prtools">PRTools Guide</a>, <a href="http://archive.ics.uci.edu/ml/">UCI Website</a>
     17%SEE ALSO <a href="http://prtools.tudelft.nl/prtools/">PRTools Guide</a>, <a href="http://archive.ics.uci.edu/ml/">UCI Website</a>
    1818%DATASETS, MULTI_LABELING, CHANGELABLIST
    1919
     
    2121
    2222% UCI data is Z-compressed. No Matlab command foud for uncompressing.
    23 % Load zipped data from 37steps.
    24 a = pr_download_uci('Musk+(Version+1)','http://37steps.com/data/prdatasets/musk1.zip');
     23% Load zipped data from prtools website.
     24a = pr_download_uci('Musk+(Version+1)','http://prtools.tudelft.nl/prdatasets/musk1.zip');
    2525a = setlablistnames(a,'Bag Label',1);
    2626a = feat2lab(a,1,'Bag Index');
Note: See TracChangeset for help on using the changeset viewer.