GHD_Fast: Fast Implementation for Generalized Hamming Distance...

Description Usage Arguments Value Author(s) See Also

View source: R/RcppExports.R

Description

Provides a very fast implementation for generalized hamming distance statistic.

Usage

1
GHD_Fast(A, B)

Arguments

A

Topological matrix obtained from graph g_A.

B

Topological matrix obtained from graph g_B.

Value

Returns the Generalized Hamming Distance between topological matrices of graphs g_A and g_B.

Author(s)

Raghvendra Mall <rmall@hbku.edu.qa>

See Also

MU_Fast, STD_Fast


DiffNet documentation built on May 2, 2019, 9:15 a.m.

Related to GHD_Fast in DiffNet...