edge_importance | R Documentation |
Calculate the importance of particular edges in the graph.
edge_importance(graph, trees, tree_importances, mc.cores = 1, sep = "$")
graph |
The graph to analyse |
trees |
The decision trees returned by DFNET iterations |
tree_importances |
Numeric importance scores assigned to each tree |
mc.cores |
how many cores to use in parallel |
sep |
The seperator used to flatten the features from which
|
the importance of each edge in graph
w.r.t. trees
.
Other metrics:
feature_importance()
,
module_importance()
,
unique_module_importance()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.