Analysis tab: Difference between revisions

From visone manual
Jump to navigation Jump to search
No edit summary
Line 1: Line 1:
visone provides many algorithms for network analysis; all of them are accesible via the analysis tab. Basic illustrations of how to analyze networks and subsequently display the computed values are provided in the two trails on [[Visualization_and_analysis_(trail)|''visualization and analysis'']] and [[Managing_attributes_(trail)|''advanced attribute management'']].
visone distinguishes between three major '''analysis tasks'''
* ''indexing'' for the computation of node-level and edge-level properties, such as centrality;
* ''grouping'' for the computation of specific groups of nodes and/or links, such as densely connected clusters;
* ''siena'' for modeling network dynamics via the [[RSiena_interface|RSiena]] package. (See the trail on [[RSiena_(trail)|''using RSiena from within visone]] for illustration of this task.)
== indexing ==
== indexing ==



Revision as of 10:09, 18 February 2011

visone provides many algorithms for network analysis; all of them are accesible via the analysis tab. Basic illustrations of how to analyze networks and subsequently display the computed values are provided in the two trails on visualization and analysis and advanced attribute management.

visone distinguishes between three major analysis tasks

  • indexing for the computation of node-level and edge-level properties, such as centrality;
  • grouping for the computation of specific groups of nodes and/or links, such as densely connected clusters;
  • siena for modeling network dynamics via the RSiena package. (See the trail on using RSiena from within visone for illustration of this task.)

indexing

node centrality

...


node density

...


node distance

...


link centrality

...


node and link centrality

...


value of endnodes

...


edge weight normalizations

...


grouping

clustering

...


cohesiveness

...


connectedness

...


role equivalence

...


bipartition

...


siena

see RSiena interface