CalcEdgeSup {BNArray}R Documentation

Calculate Edge Support

Description

Calculate edge support matrix to construct a dense summary graph.

Usage

CalcEdgeSup(g.matrix.list, nboot)

Arguments

g.matrix.list a list containing nboot-length adjacent matrix
nboot folds of bootstrap

Details

Value

A adjacent matrix of a directed dense summary graph.

Author(s)

Xiaohui Chen cxh1984@interchange.ubc.ca,
Kaida Ning aprilnkd@hotmail.com,
Ming Chen mchen@zju.edu.cn.

References

Further information about BNArray can be found at:
http://www.cls.zju.edu.cn/binfo/BNArray.

Examples

        ##see example in xCODENSE function

[Package BNArray version 1.0 Index]