netdis_subtract_exp_counts: netdis_subtract_exp_counts

View source: R/measures_net_dis.R

netdis_subtract_exp_countsR Documentation

netdis_subtract_exp_counts

Description

Subtract expected graphlet counts from actual graphlet counts.

Usage

netdis_subtract_exp_counts(
  graphlet_counts,
  exp_graphlet_counts,
  max_graphlet_size
)

Arguments

graphlet_counts

Matrix of graphlet counts (columns) for a nummber of ego networks (rows).

exp_graphlet_counts

Matrix of expected graphlet counts (columns) for a nummber of ego networks (rows).

max_graphlet_size

Do the subtraction for graphlets up to this size. Currently only size 4 and 5 are supported.


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