Difference between revisions of "Concepts"
Jump to navigation
Jump to search
(Created page with '== Algorithms, Methods, Concepts == * CRA Networks * WNA Networks * Parse Trees') |
|||
(8 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | == | + | == Datastructures == |
+ | |||
+ | * [[Network_(datastructure)|Network]] | ||
+ | * [[Network collection]] | ||
+ | * [[Graph]] | ||
+ | |||
+ | == Node-level and link-level indices == | ||
+ | |||
+ | |||
+ | === Centrality === | ||
+ | |||
+ | * [[Degree]] | ||
+ | * [[Betweenness]] | ||
+ | * [[Closeness]] | ||
+ | * [[Current-flow centralities]] | ||
+ | * [[Eccentricity]] | ||
+ | * [[Stress]] | ||
+ | * [[Radiality]] | ||
+ | * [[Eigenvector centrality]] | ||
+ | * [[Status]] | ||
+ | * [[Pagerank]] | ||
+ | * [[Hubs and authorities]] | ||
+ | |||
+ | === Local density === | ||
+ | |||
+ | * [[Clustering coefficient]] | ||
+ | |||
+ | == File formats == | ||
+ | |||
+ | * [[CSV_(format)|comma-separated value tables]] | ||
+ | * [[GraphML]] | ||
+ | * [[RSiena_session_file|RSiena session format]] | ||
+ | |||
+ | == Natural Language Processing == | ||
* [[CRA|CRA Networks]] | * [[CRA|CRA Networks]] | ||
* [[WNA|WNA Networks]] | * [[WNA|WNA Networks]] | ||
* [[Parse_Tree|Parse Trees]] | * [[Parse_Tree|Parse Trees]] |
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