mean_density_binned_graphlet_counts: mean_density_binned_graphlet_counts

View source: R/measures_net_dis.R

mean_density_binned_graphlet_countsR Documentation

mean_density_binned_graphlet_counts

Description

Calculate mean (dy default) graphlet counts for ego networks in each density bin.

Usage

mean_density_binned_graphlet_counts(
  graphlet_counts,
  density_interval_indexes,
  agg_fn = mean
)

Arguments

graphlet_counts

Graphlet counts for a number of ego_networks.

density_interval_indexes

Density bin index for each ego network in graphlet_counts.

agg_fn

Function to aggregate counts in each bin (default agg_fn = mean).


alan-turing-institute/network-comparison documentation built on June 7, 2022, 10:41 p.m.