Ignore:
Timestamp:
12/18/19 15:46:35 (5 years ago)
Author:
bduin
Message:
 
Location:
prdatasets
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • prdatasets

    • Property svn:ignore
      •  

        old new  
        33*.data
        44*.asv
         5data
  • prdatasets/ionosphere.m

    r132 r137  
    1111% See also DATASETS, PRDATASETS
    1212
    13 % Copyright: R.P.W. Duin
     13% Copyright: R.P.W. Duin, r.p.w.duin@37steps.com
    1414% Faculty EWI, Delft University of Technology
    1515% P.O. Box 5031, 2600 GA Delft, The Netherlands
     
    1717function a = ionosphere
    1818
    19 prdatasets(mfilename,1);
    20 % the stats toolbox has a ionosphere.mat file too, avoid it
    21 pp = fileparts(which(mfilename));
    22 a = pr_dataset(fullfile(pp,'ionosphere'));
     19a = pr_getdata;
    2320a = setname(a,'Ionosphere Dataset');
    2421a = setlablist(a,{'good','bad'});
Note: See TracChangeset for help on using the changeset viewer.