NetworkEdge {Microsoft.VisualBasic.Data.visualize.Network.FileStream} | .NET clr documentation |
The edge between the two nodes in the network.(节点与节点之间的相互关系)
# namespace Microsoft.VisualBasic.Data.visualize.Network.FileStream
export class NetworkEdge extends IDynamicsTable {
fromNode: string;
interaction: string;
Properties: list;
# 起始节点是否是终止节点
selfLoop: boolean;
toNode: string;
# 与当前的这个边对象所相关联的一个数值对象,可以为置信度,相关度,强度之类的
value: double;
}
Properties
: list