Igraph

Материал из Letopisi.Ru — «Время вернуться домой»
(Различия между версиями)
Перейти к: навигация, поиск
(Объединение узлов)
Строка 3: Строка 3:
 
* Network Analysis and Visualization with R and igraph
 
* Network Analysis and Visualization with R and igraph
 
** http://kateto.net/networks-r-igraph
 
** http://kateto.net/networks-r-igraph
 +
  
  
 
=== Объединение узлов ===
 
=== Объединение узлов ===
 
The function contract.vertices() merges several vertices into one. By computing the community structure, one can control how this merging happens. At conclusion of the contraction, two vertices can have multiple edges.
 
The function contract.vertices() merges several vertices into one. By computing the community structure, one can control how this merging happens. At conclusion of the contraction, two vertices can have multiple edges.
   
+
 
 +
; Contracting and simplifying a network graph
 +
: http://blog.revolutionanalytics.com/2015/08/contracting-and-simplifying-a-network-graph.html
  
 
=== Объединение связей ===
 
=== Объединение связей ===

Версия 22:03, 19 февраля 2016

Пакет, предназначенный для работы с данными и представлениями сетевых отношений. Подробная документация:


Объединение узлов

The function contract.vertices() merges several vertices into one. By computing the community structure, one can control how this merging happens. At conclusion of the contraction, two vertices can have multiple edges.

Contracting and simplifying a network graph
http://blog.revolutionanalytics.com/2015/08/contracting-and-simplifying-a-network-graph.html

Объединение связей

The equivalent step for edges is simplify(). A simplified graph contains only a single edge between two nodes. The simplification step can compute summary statistics for the combined edges, for example the sum of edge weights.


Разные способы определения сообществ

What are the differences between community detection algorithms in igraph?
http://stackoverflow.com/questions/9471906/what-are-the-differences-between-community-detection-algorithms-in-igraph/9478989#9478989
Finding clusters of CRAN packages using igraph
http://blog.revolutionanalytics.com/2014/12/finding-clusters-of-cran-packages-using-igraph.html



Персональные инструменты
Инструменты