graphlets.project | R Documentation |
graphlets.project()
was renamed to graphlet_proj()
to create a more
consistent API.
graphlets.project(
graph,
weights = NULL,
cliques,
niter = 1000,
Mu = rep(1, length(cliques))
)
graph |
The input graph, edge directions are ignored. Only simple graph (i.e. graphs without self-loops and multiple edges) are supported. |
weights |
Edge weights. If the graph has a |
cliques |
A list of vertex ids, the graphlet basis to use for the projection. |
niter |
Integer scalar, the number of iterations to perform. |
Mu |
Starting weights for the projection. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.