Changeset 140 for prdatasets/mnist8.m
- Timestamp:
- 12/22/19 17:46:08 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
prdatasets/mnist8.m
r138 r140 19 19 function [a,b] = mnist8 20 20 21 a = pr_getdata ;21 a = pr_getdata([],30); 22 22 if nargout == 2 23 23 b = a(60001:end,:);
Note: See TracChangeset
for help on using the changeset viewer.