netdis: Netdis - for one graphlet size

View source: R/measures_net_dis.R

netdisR Documentation

Netdis - for one graphlet size

Description

Calculate Netdis statistic between two graphs from their Centred Graphlet Counts (generated using netdis_centred_graphlet_counts) for graphlets of size graphlet_size.

Usage

netdis(
  centred_graphlet_count_vector_1,
  centred_graphlet_count_vector_2,
  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

graphlet_size

The size of graphlets to use for the Netdis calculation (only counts for graphlets of the specified size will be used). The size of a graphlet is the number of nodes it contains.

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.