%TWONORM 7400 objects with 20 features in 2 classes % % A = TWONORM % % Load the dataset in A.This is an implementation of Leo Breimans twonorm % example. It is taken from: % http://www.cs.toronto.edu/~delve/data/ % % REFERENCE % Breiman L. Bias, variance and arcing classifiers. Tech. Report 460, % Statistics Department. University of California. April 1996. % % See also DATASETS, PRDATASETS, RINGNORM % Copyright: R.P.W. Duin, r.p.w.duin@37steps.com % Faculty EWI, Delft University of Technology % P.O. Box 5031, 2600 GA Delft, The Netherlands function a = twonorm prdatasets(mfilename,1); a = pr_dataset('twonorm'); a = setname(a,'Twonorm Data');