Learn R Programming

clustAnalytics (version 0.5.5)

weighted_transitivity: Weighed transitivity of a weighted graph.

Description

Computed using the definition given by McAssey, M. P. and Bijma, F. in "A clustering coefficient for complete weighted networks" (2015).

Usage

weighted_transitivity(g, upper_bound = NULL)

Value

The weighted transitivity of the graph (a scalar).

Arguments

g

igraph graph

upper_bound

upper bound to the edge weights used to compute the integral

See Also

Other cluster scoring functions: FOMD(), average_degree(), average_odf(), conductance(), coverage(), cut_ratio(), density_ratio(), edges_inside(), expansion(), internal_density(), max_odf(), normalized_cut(), scoring_functions(), weighted_clustering_coefficient()

Examples

Run this code
data(karate, package="igraphdata")
weighted_transitivity(karate)

Run the code above in your browser using DataLab