netdis_uptok: Netdis - for all graphlet sizes up to max_graphlet_size

View source: R/measures_net_dis.R

netdis_uptokR Documentation

Netdis - for all graphlet sizes up to max_graphlet_size

Description

Calculate Netdis statistic between two graphs from their Centred Graphlet Counts (generated using netdis_centred_graphlet_counts) for all graphlet sizes up to max_graphlet_size.

Usage

netdis_uptok(
  centred_graphlet_count_vector_1,
  centred_graphlet_count_vector_2,
  max_graphlet_size
)

Arguments

centred_graphlet_count_vector_1

Centred Graphlet Counts vector for graph 1

centred_graphlet_count_vector_2

Centred Graphlet Counts vector for graph 2

max_graphlet_size

max graphlet size to calculate Netdis for. The size of a graphlet is the number of nodes it contains. Netdis is calculated for all graphlets from size 3 to size max_graphlet_size. Currently only 4 and 5 are supported.

Value

Netdis statistic calculated using centred counts for graphlets of the specified size


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