Changeset 158 for prdatasets/sonar.m


Ignore:
Timestamp:
04/16/22 21:06:28 (3 years ago)
Author:
bduin
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.