BNArray-internal           package:BNArray           R Documentation

_B_N_A_r_r_a_y _i_n_t_e_r_n_a_l _f_u_n_c_t_i_o_n_s

_D_e_s_c_r_i_p_t_i_o_n:

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

_U_s_a_g_e:

     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)

                  

_A_u_t_h_o_r(_s):

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

