The symmetrise_w-function creates an undirected one-mode network from a directed one-mode network.
symmetrise_w函数创建一个无向网络从定向模式的网络模式。
用法----------Usage----------
symmetrise_w(net, method="MAX")
参数----------Arguments----------
参数:net
A one-mode network
一个模式的网络
参数:method
the method used to decide the weight of the undirected edge. It can be: "MAX" sets the weight to the maximum of the weight(s) of the arc(s) "MIN" sets the weight to the minimumof the weight(s) of the arc(s) "AMEAN" sets the weight to the average (arithmetic mean) of the weight(s) of the arc(s) "SUM" sets the weight to the sum of the weight(s) of the arc(s) "PROD" sets the weight to the product of the weight(s) of the arc(s) "DIFF" sets the weight to the absolute difference between the weight(s) of the arc(s)
所使用的方法决定的无向边的权重。它可以是:“MAX”设置的重量的重量的弧(s)(s)的“MIN”的最大值设置的重量的minimumof电弧的重量(s)的()“AMEAN” ;设置权重的平均值(算术平均)的权重(s)的弧()“SUM”设置的重量的重量的总和(s)的弧()“PROD”集的重量的重量的乘积(s)的电弧()“DIFF”设置的重量的重量之间的绝对差(s)的弧()