graph_features_to_histograms: Convert a matrix of node level features to a "discrete...

View source: R/orca_interface.R

graph_features_to_histogramsR Documentation

Convert a matrix of node level features to a "discrete histogram" for each feature.

Description

Converts a matrix of node level features (e.g. for example counts of multiple graphlets or orbits at each node) to a set of histogram like objects (observed frequency distribution of each feature/column)

Usage

graph_features_to_histograms(features_matrix)

Arguments

features_matrix

A matrix whose rows represent nodes and whose columns represent different node level features. This means that entry ij provides the value of feature j for node i.

Value

Feature histograms: List of "discrete histograms" for each feature


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