Description Usage Arguments Value
fter ranking, the attributes are ordered so that those belonging to the same group are consecutive. Now calculate the accuracy for each grouping formed by splitting this sorted list of attributes into a tree with 2 groups, for each possible split (number of attributes - 1).
1 2 |
data_train |
Training data. |
data_test |
Testing data. |
attr_rank |
Sorted list of attributes (from |
R |
Number of replications. Default is 10. |
classifier |
A classifier function, default is svm (from the e1071 package). |
parallel |
Calculate in parallel (Boolean, default is |
The attributes, sorted.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.