翻訳と辞書
Words near each other
・ Graphical timeline of the universe
・ Graphical tools
・ Graphical unitary group approach
・ Graphical user interface
・ Graphical user interface builder
・ Graphical user interface elements
・ Graph structure theorem
・ Graph Style Sheets
・ Graph theory
・ Graph theory in enzymatic kinetics
・ Graph toughness
・ Graph traversal
・ Graph-based access control
・ GRaPH-Int
・ Graph-structured stack
Graph-tool
・ Graph500
・ Graphalloy
・ Graphane
・ Graphania
・ Graphania insignis
・ Graphania lignana
・ Graphania lithias
・ Graphania maya
・ Graphania mollis
・ Graphania morosa
・ Graphania mutans
・ Graphania nullifera
・ Graphania olivea
・ Graphania oliveri


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Graph-tool : ウィキペディア英語版
Graph-tool

graph-tool is a Python module for manipulation and statistical analysis of graphs (a.k.a. networks). The core data structures and algorithms of graph-tool are implemented in C++, making extensive use of metaprogramming, based heavily on the Boost Graph Library. This type of approach can confer a level of performance which is comparable (both in memory usage and computation time) to that of a pure C++ library, which can be several orders of magnitude better than pure Python.〔(Graph-tool performance comparison ), Graph-tool〕
Furthermore, many algorithms are implemented in parallel using OpenMP, which provides increased performance on multi-core architectures.
== Features ==

* Creation and manipulation of directed or undirected graphs.
* Association of arbitrary information to the vertices, edges or even the graph itself, by means of property maps.
* Filter vertices and/or edges "on the fly", such that they appear to have been removed.
* Support for dot, Graph Modelling Language and GraphML formats.
* Convenient and powerful graph drawing based on cairo or Graphviz.
* Support for typical statistical measurements: degree/property histogram, combined degree/property histogram, vertex-vertex correlations, assortativity, average vertex-vertex shortest path, etc.
* Support for several graph-theoretical algorithms: such as graph isomorphism, subgraph isomormism, minimum spanning tree, connected components, dominator tree, maximum flow, etc.
* Support for several centrality measures.
* Support for clustering coefficients, as well as network motif statistics and community structure detection.
* Generation of random graphs, with arbitrary degree distribution and correlations.
* Support for well-established network models: Price, Barabási-Albert, Geometric Networks, Multidimensional lattice graph, etc.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Graph-tool」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.