Rev | Line | |
---|
[80] | 1 | %CBANDS 12000 objects with 30 features in 24 classes |
---|
| 2 | % |
---|
| 3 | % A = CBANDS |
---|
| 4 | % |
---|
| 5 | % Load the dataset in A. These are resampled human chromosome banding |
---|
| 6 | % profiles, such that each chromosome is represented by 30 samples. Note |
---|
| 7 | % that these techniques are almost not used anymore. |
---|
| 8 | % |
---|
| 9 | % See also DATASETS, PRDATASETS |
---|
| 10 | |
---|
[132] | 11 | % Copyright: R.P.W. Duin |
---|
[80] | 12 | % Faculty EWI, Delft University of Technology |
---|
| 13 | % P.O. Box 5031, 2600 GA Delft, The Netherlands |
---|
| 14 | |
---|
| 15 | function a = cbands |
---|
| 16 | |
---|
[132] | 17 | prdatasets(mfilename,1); |
---|
| 18 | a = pr_dataset('cbands'); |
---|
[80] | 19 | a = setname(a,'Chromosome Bands'); |
---|
Note: See
TracBrowser
for help on using the repository browser.