Changeset 137 for prdatasets/ionosphere.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/ionosphere.m
r132 r137 11 11 % See also DATASETS, PRDATASETS 12 12 13 % Copyright: R.P.W. Duin 13 % Copyright: R.P.W. Duin, r.p.w.duin@37steps.com 14 14 % Faculty EWI, Delft University of Technology 15 15 % P.O. Box 5031, 2600 GA Delft, The Netherlands … … 17 17 function a = ionosphere 18 18 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')); 19 a = pr_getdata; 23 20 a = setname(a,'Ionosphere Dataset'); 24 21 a = setlablist(a,{'good','bad'});
Note: See TracChangeset
for help on using the changeset viewer.