Learn R Programming

QuACN (version 1.8.0)

weightStrucFuncMatrix_lin: Weighted Structure Function Matrix

Description

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

Usage

weightStrucFuncMatrix_lin(g)

Arguments

g
A graph as a graphNEL object.

Value

weightStrucFuncMatrix_lin
Returns the weighted structure function matrix with linear weighting parameter c_i.

Details

for deatils see the vignette or the reference

References

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

Examples

Run this code
set.seed(123)
g <- randomGraph(1:8, 1:5, 0.36, weights=FALSE)
weightStrucFuncMatrix_lin(g)

Run the code above in your browser using DataLab