scale_graphlet_counts_ego: Scale graphlet counts for an ego network by the n choose k...

View source: R/measures_net_dis.R

scale_graphlet_counts_egoR Documentation

Scale graphlet counts for an ego network by the n choose k possible choices of k nodes in that ego-network, where n is the number of nodes in the ego network and k is the number of nodes in the graphlet.

Description

Scale graphlet counts for an ego network by the n choose k possible choices of k nodes in that ego-network, where n is the number of nodes in the ego network and k is the number of nodes in the graphlet.

Usage

scale_graphlet_counts_ego(graphlet_counts, max_graphlet_size)

Arguments

graphlet_counts

Pre-calculated graphlet counts for each ego_network.

max_graphlet_size

Determines the maximum size of graphlets included in graphlet_counts. Currently only size 4 and 5 are supported.

Value

scaled graphlet counts.


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