module_importance | R Documentation |
Calculate the importance of particular modules in the graph.
module_importance( graph, modules, edge_importances, tree_importances, mc.cores = 1 )
graph |
the graph used for training |
modules |
the modules obtained by training |
edge_importances |
the importance scores assigned to each edge in the
graph, e.g. by |
tree_importances |
the importance scores assigned to each decision tree in the forest |
mc.cores |
how many cores to use in parallel |
the accumulated edge importance and total importance of each module.
Other metrics:
edge_importance()
,
feature_importance()
,
unique_module_importance()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.