Concepts: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
(6 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
== | == Datastructures == | ||
* [[Network_(datastructure)|Network]] | |||
* [[Network collection]] | |||
* [[Graph]] | |||
== Node-level and link-level indices == | |||
=== Centrality === | |||
* [[Degree]] | |||
* [[Betweenness]] | |||
* [[Closeness]] | * [[Closeness]] | ||
* [[ | * [[Current-flow centralities]] | ||
* [[Eccentricity]] | |||
* [[Stress]] | |||
* [[Radiality]] | |||
* [[Eigenvector centrality]] | |||
* [[Status]] | |||
* [[Pagerank]] | |||
* [[Hubs and authorities]] | |||
=== Local density === | |||
* [[Clustering coefficient]] | |||
== File formats == | == File formats == | ||
* [[CSV_(format)|comma-separated value tables]] | |||
* [[GraphML]] | * [[GraphML]] | ||
* [[RSiena_session_file|RSiena session format]] | |||
== Natural Language Processing == | == Natural Language Processing == |
Latest revision as of 12:30, 11 April 2011
Datastructures
Node-level and link-level indices
Centrality
- Degree
- Betweenness
- Closeness
- Current-flow centralities
- Eccentricity
- Stress
- Radiality
- Eigenvector centrality
- Status
- Pagerank
- Hubs and authorities