fcd.trans: The graph based penalty transformation matrix

Description Usage Arguments Value Author(s) References

View source: R/fcd.trans.R

Description

Get the graph based penalty transformation matrix.

Usage

1

Arguments

A

input matrix – adjacency matrix of an observed graph based on the non-isolated nodes, of dimension n.noniso x n.noniso, where n.noniso is the number of the non-isolated nodes.

Value

the graph based penalty transformation matrix, of dimension |E| \times n, where |E| is the number of edges in the graph and n is the number of nodes.

Author(s)

Yang Feng, Richard J. Samworth and Yi Yu

References

Yang Feng, Richard J. Samworth and Yi Yu, Fused Community Detection, manuscript.


fcd documentation built on May 2, 2019, 3:28 p.m.

Related to fcd.trans in fcd...