Changeset 142 for prdatasets/imox.m
- Timestamp:
- 01/05/20 23:22:59 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
prdatasets/imox.m
r137 r142 7 7 % measured form the corners along the diagnoals and from the edge midpoints 8 8 % along the horizontal and vertical central axes. 9 % 10 % REFERENCES 11 % 1. R. Dubes and A.K. Jain, Clustering techniques: The user's dilemma, 12 % Pattern Recognition, Volume 8, Issue 4, October 1976, Pages 247-260. 13 % 2. A.K. Jain, R.C. Dubes, C.C. Chen, Bootstrap Techniques for Error Estimation 14 % IEEE Trans. Pattern Anal. and Mach. Intel., 9(5), pp. 628-633, 1987. 15 % 3. W.F. Schmidt, D.F. Levelt, and R.P.W. Duin, An experimental comparison 16 % of neural classifiers with traditional classifiers, in: E.S. Gelsema, 17 % L.N. Kanal (eds.), Pattern Recognition in Practice IV, Elsevier, 18 % 1994, 391-402. 9 19 % 10 20 % See also DATASETS, PRDATASETS, X80 … … 17 27 18 28 a = pr_getdata; 19 a = setname(a,'IMOX Dataset');29 a = setname(a,'IMOX Characters'); 20 30 a = setlablist(a,char('I','M','O','X')); 21 31 a = setfeatlab(a,char(...
Note: See TracChangeset
for help on using the changeset viewer.