Changeset 150 for prdatasets/musk1.m
- Timestamp:
- 01/09/20 21:17:34 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
prdatasets/musk1.m
r142 r150 15 15 %also MULTI_LABELING 16 16 % 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> 18 18 %DATASETS, MULTI_LABELING, CHANGELABLIST 19 19 … … 21 21 22 22 % 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. 24 a = pr_download_uci('Musk+(Version+1)','http://prtools.tudelft.nl/prdatasets/musk1.zip'); 25 25 a = setlablistnames(a,'Bag Label',1); 26 26 a = feat2lab(a,1,'Bag Index');
Note: See TracChangeset
for help on using the changeset viewer.