91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 1KB
    文件類型: .m
    金幣: 1
    下載: 0 次
    發布日期: 2021-05-14
  • 語言: Matlab
  • 標簽:

資源簡介

介數中心性 matlab介數中心性 matlab介數中心性 matlab

資源截圖

代碼片段和文件信息

function?BC=betweenness_bin(G)
%BC=betweenness_bin(G);?betweenness?centrality?BC?for?a?binary?directed?graph?G
%
%Betweenness?may?be?normalised?to?[01]?via?BC/[(N-1)(N-2)]
%
%Algorithm?of?Kintali?generalised?to?directed?and?disconnected?graphs
%http://www.cc.gatech.edu/~kintali/papers/bc.pdf
%
%Mika?Rubinov?UNSW?2007?(last?modified?July?2008)

n=length(G);????????????????%number?of?nodes
I=eye(n)~=0;????????????????%logical?identity?matrix
d=1;????????????????????? %path?length
NPd=G;??????????????????????%number?of?paths?of?length?|d|
NSPd=NPd;?????????????????? %number?of?shortest?paths?of?length?|d|
NSP=NSPd;?NSP(I)=1;???????? %number?of?shortest?p

評論

共有 條評論

相關資源