Changeset 158


Ignore:
Timestamp:
04/16/22 21:06:28 (3 years ago)
Author:
bduin
Message:
 
Location:
prdatasets
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • prdatasets/satellite.m

    r150 r158  
    1818
    1919a = pr_getdata;
    20 a = setname(a,'Satellite dataset');
     20a = setname(a,'Satellite');
  • prdatasets/sonar.m

    r138 r158  
    1616  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.';
    1717  opt.link       = 'ftp://ftp.ics.uci.edu/pub/machine-learning-databases/undocumented/connectionist-bench/sonar';
    18   opt.dsetname   =  'Sonar dataset';
     18  opt.dsetname   =  'Sonar';
    1919  a = pr_download('http://prtools.tudelft.nl/prdatasets/sonar.dat',[],opt);
    2020end
     21a = setname(a,'Sonar');
    2122
    2223return
Note: See TracChangeset for help on using the changeset viewer.