CalcEdgeSup             package:BNArray             R Documentation

_C_a_l_c_u_l_a_t_e _E_d_g_e _S_u_p_p_o_r_t

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

     Calculate edge support matrix to construct a dense summary graph.

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

     CalcEdgeSup(g.matrix.list, nboot)

_A_r_g_u_m_e_n_t_s:

g.matrix.list: a list containing nboot-length adjacent matrix 

   nboot: folds of bootstrap 

_D_e_t_a_i_l_s:

_V_a_l_u_e:

     A adjacent matrix of a directed dense summary graph.

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

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

_R_e_f_e_r_e_n_c_e_s:

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

_E_x_a_m_p_l_e_s:

             ##see example in xCODENSE function

