Changeset 137 for prdatasets/glass.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/glass.m
r132 r137 16 16 % See also DATASETS, PRDATASETS 17 17 18 % Copyright: R.P.W. Duin 18 % Copyright: R.P.W. Duin, r.p.w.duin@37steps.com 19 19 % Faculty EWI, Delft University of Technology 20 20 % P.O. Box 5031, 2600 GA Delft, The Netherlands … … 22 22 function a = glass 23 23 24 prdatasets(mfilename,1); 25 a = pr_dataset('glass'); 24 a = pr_getdata('http://prtools.tudelft.nl/prdatasets/glass.mat',1); 26 25 a = setname(a,'Glass Identification Dataset'); 27 26 a = setlablist(a,char('BuildingFloat','BuildingNonFloat','Car','Other'));
Note: See TracChangeset
for help on using the changeset viewer.