BNArray-internal {BNArray}R Documentation

BNArray internal functions

Description

These are functions internally called by other functions in the package BNArray and not meant to be called by the user.

Usage

CalcEncliDist(vec1, vec2)
DetermPos(nnodes, m, n)
DetermPosVice(nnodes, flag)
Complement(g.matrix, a.vec)
IndexToName(g.matrix, index)
NameToIndex(g.matrix, id.name)

DetectCycle(graph.matrix)
DirectedToUndirected(graph.matrix)
GraphStore(sam.tran, tran.parents.list)
ConstSecOrdGraph(edge.sup.vec.matrix)
no.dimnames(array)

HCS(graph.matrix, ind)
MINCUT(graph.matrix, ind)
NCUT(graph.matrix, ind)
MODES(graph.matrix, ind)

WriteBN(g.matrix)
WriteBootBN(boot.ret)

             

Author(s)

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


[Package BNArray version 1.0 Index]