Rev | Line | |
---|
[80] | 1 | %TWONORM 7400 objects with 20 features in 2 classes |
---|
| 2 | % |
---|
| 3 | % A = TWONORM |
---|
| 4 | % |
---|
| 5 | % Load the dataset in A.This is an implementation of Leo Breimans twonorm |
---|
| 6 | % example. It is taken from: |
---|
| 7 | % http://www.cs.toronto.edu/~delve/data/ |
---|
| 8 | % |
---|
| 9 | % REFERENCE |
---|
| 10 | % Breiman L. Bias, variance and arcing classifiers. Tech. Report 460, |
---|
| 11 | % Statistics Department. University of California. April 1996. |
---|
| 12 | % |
---|
| 13 | % See also DATASETS, PRDATASETS, RINGNORM |
---|
| 14 | |
---|
[150] | 15 | % Copyright: R.P.W. Duin |
---|
[80] | 16 | % Faculty EWI, Delft University of Technology |
---|
| 17 | % P.O. Box 5031, 2600 GA Delft, The Netherlands |
---|
| 18 | |
---|
| 19 | function a = twonorm |
---|
| 20 | |
---|
[137] | 21 | a = pr_getdata; |
---|
[80] | 22 | a = setname(a,'Twonorm Data'); |
---|
| 23 | |
---|
Note: See
TracBrowser
for help on using the repository browser.