weightStrucFuncMatrix_exp: Weighted Structure Function Matrix

Description Usage Arguments Details Value Author(s) References Examples

Description

Calculates the weighted structure function matrix with exponential weighting parameter c_i.

Usage

1

Arguments

g

A graph as a graphNEL object.

Details

for deatils see the vignette or the reference

Value

weightStrucFuncMatrix_exp

Returns the weighted structure function matrix with exponential weighting parameter c_i.

Author(s)

Lavanya Sivakumar

References

Dehmer M, Sivakumar L, Varmuzua K: Uniquely Discriminating Molecular Structures Using Novel Eigenvalue Based Descriptors. match 2012, 67:147-172

Examples

1
2
3
4
library(RBGL)
set.seed(123)
g <- randomGraph(1:8, 1:5, 0.36, weights=FALSE)
weightStrucFuncMatrix_exp(g)

QuACN documentation built on May 2, 2019, 5:46 p.m.