人気ブログランキング | 話題のタグを見る

social network visualizing & analysing

ネットワーク分析のビジュアル化、分析は自分で開発してもあまり益がなさそうなので、外部のものを使うつもり。たくさんあるので、今後このリストは追加していく

yFiles 本国
yFiles 日本販売店
今のところ、一番良さそう。ネットワーク分析、ビジュアル化、自動レイアウトのためのJAVAライブラリ。ネットワーク分析だけでなく、UMLやビジネスフローダイアグラムにも使われている。APIを使ったyedというネットワークエディターがあり、APIの機能を見せてくれる。このyedが改変可能だったら、かなり言うことなし
# services that center around breadth first search (BFS)
# graph bipartition problems.
# finding cycles within a graph that have certain properties.
# depth first search (DFS) based algorithms.
# methods that check structural properties of a given graph.
# determining certain connectivity components within a graph.
# sophisticated algorithms for solving classical network flow problems like MinCostFlow or MaxFlow.
# graph algorithms that order the nodes of a graph by a specific criterion.
# finding paths within a graph that have certain properties.
# solving the rank assignment problem.
# diverse algorithms and helper methods for solving the shortest path problem on weighted graphs.
# methods for efficiently sorting graph elements in graph structures.
# (minimum) spanning tree algorithms for graphs.
# compute reachability information for directed, acyclic graphs: transitive closure transitive reduction
# diverse algorithms and services for tree-structured graphs or subgraphs.

inFlow 社
ビジュアル化だけでなく、各種分析も可能。APIを使っての拡張や開発は出来なさそう(に見える)
# Network Centrality / Centralization
# Small-World Networks
# Cluster Analysis
# Network Density
# Prestige / Influence
# Structural Equivalence
# Network Neighborhood
# External / Internal Ratio
# Weighted Average Path Length
# Shortest Paths & Path Distribution

UCINET
30000ノードくらいでも分析可能な、ビジュアル&分析ツール。値段も$250程度と手ごろ
# centrality measures,
# subgroup identification,
# role analysis
# elementary graph theory
# permutation-based statistical analysis
# srong matrix analysis routines, such as matrix algebra and multivariate statistics.

NETDRAW
UCINETの母体となっているネットワーク図のビジュアル化プログラム



by kaeru.ouji | 2005-08-23 16:40 | 技術


<< 今週末、本番 安田、帰国おつかれ >>