Description Usage Arguments Value Note
View source: R/fuzzy_forest_obj.R
Fuzzy forests returns an object of type fuzzyforest.
1 2 | fuzzy_forest(feature_list, final_rf, module_membership,
WGCNA_object = NULL, survivor_list, selection_list)
|
feature_list |
List of selected features along with variable importance measures. |
final_rf |
A final random forest fit using the features selected by fuzzy forests. |
module_membership |
Module membership of each feature. |
WGCNA_object |
If applicable, output of WGCNA analysis. |
survivor_list |
List of features that have survived screening step. |
selection_list |
List of features retained at each iteration of selection step. |
An object of type fuzzy_forest.
This work was partially funded by NSF IIS 1251151 and AMFAR 8721SC.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.