photo

Joe Choong


2018년부터 활동

Followers: 0   Following: 0

통계학

Feeds

보기 기준

질문


I've found code online to find the clustering coefficients from the adjacency matrix, and i'm trying to understand how it works. So deg and cn are column vectors, but i don't understand what cn(deg>1) or deg(deg>1) actually means. thanks
deg = sum(graph, 2); %Determine node degrees cn = diag(graph*triu(graph)*graph); %Number of triangles for each node %The loc...

6년 초과 전 | 답변 수: 1 | 0

1

답변