graphlets.project: Graphlet decomposition of a graph

View source: R/glet.R

graphlets.projectR Documentation

Graphlet decomposition of a graph

Description

[Deprecated]

graphlets.project() was renamed to graphlet_proj() to create a more consistent API.

Usage

graphlets.project(
  graph,
  weights = NULL,
  cliques,
  niter = 1000,
  Mu = rep(1, length(cliques))
)

Arguments

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 weight edge attribute and this argument is NULL (the default), then the weight edge attribute is used.

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.


igraph documentation built on Oct. 20, 2024, 1:06 a.m.