Description Usage Arguments Value Author(s) See Also Examples
View source: R/get.used.features.R
Only some of the features will be automatically selected and used in a
decision tree. However, an object of class C5.0
does not have the
selected feature names explicitly. This function parses the tree
component and extracts the names of features contributing to the tree.
1 | get.used.features(c5Tree)
|
c5Tree |
A decision tree of class |
A character vector of the names of features (module eigengenes) contributing to the input decision tree.
Amir Foroushani
Pigengene-package
,
make.decision.tree
, compact.tree
,
compute.pigengene
, module.heatmap
,
get.fitted.leaf
, preds.at
,
Pigengene-package
1 2 3 4 5 6 7 8 9 10 11 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.