Changeset 137 for prdatasets/nist32.m
- Timestamp:
- 12/18/19 15:46:35 (5 years ago)
- Location:
- prdatasets
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
prdatasets
- Property svn:ignore
-
old new 3 3 *.data 4 4 *.asv 5 data
-
- Property svn:ignore
-
prdatasets/nist32.m
r132 r137 7 7 % See also DATASETS, PRDATASETS, NIST16 8 8 9 % Copyright: R.P.W. Duin 9 % Copyright: R.P.W. Duin, r.p.w.duin@37steps.com 10 10 % Faculty EWI, Delft University of Technology 11 11 % P.O. Box 5031, 2600 GA Delft, The Netherlands … … 13 13 14 14 function a = nist32(N) 15 15 16 if 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'); 17 a = pr_getdata; 20 18 a = setname(a,'NIST32 Binary Digits'); 21 19 a = selclass(a,N+1);
Note: See TracChangeset
for help on using the changeset viewer.