Changeset 137 for prdatasets/nist32.m


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/nist32.m

    r132 r137  
    77% See also DATASETS, PRDATASETS, NIST16
    88
    9 % Copyright: R.P.W. Duin
     9% Copyright: R.P.W. Duin, r.p.w.duin@37steps.com
    1010% Faculty EWI, Delft University of Technology
    1111% P.O. Box 5031, 2600 GA Delft, The Netherlands
     
    1313
    1414function a = nist32(N)
     15
    1516if nargin < 1, N = [0:9]; end
    16 a = pr_getdata('http://prtools.tudelft.nl/prdatasets/nist32.mat',1);
    17 
    18 % prdatasets(mfilename,1);
    19 % a = pr_dataset('nist32');
     17a = pr_getdata;
    2018a = setname(a,'NIST32 Binary Digits');
    2119a = selclass(a,N+1);
Note: See TracChangeset for help on using the changeset viewer.