タグ

githubとNetworkXに関するsuzukiMYのブックマーク (1)

  • NetworkX — NetworkX documentation

    NetworkX is a Python package for the creation, manipulation, and study of the structure, dynamics, and functions of complex networks. Software for complex networks Data structures for graphs, digraphs, and multigraphs Many standard graph algorithms Network structure and analysis measures Generators for classic graphs, random graphs, and synthetic networks Nodes can be "anything" (e.g., text, image

    suzukiMY
    suzukiMY 2013/10/29
    複雑なネットワーク(グラフ)を作成/操作する機能を持った、構造研究やダイナミクスのためのPython言語のソフトウェアパッケージ。辺に重さも設定できる。可視化。
  • 1