NetworkX
2.3
  • Install
  • Tutorial
  • Reference
    • Introduction
    • Graph types
    • Algorithms
      • Approximations and Heuristics
      • Assortativity
      • Bipartite
      • Boundary
      • Bridges
      • Centrality
      • Chains
      • Chordal
      • Clique
      • Clustering
      • Coloring
      • Communicability
      • Communities
      • Components
      • Connectivity
      • Cores
      • Covering
      • Cycles
      • Cuts
      • Directed Acyclic Graphs
      • Dispersion
      • Distance Measures
      • Distance-Regular Graphs
      • Dominance
      • Dominating Sets
      • Efficiency
      • Eulerian
      • Flows
      • Graphical degree sequence
      • Hierarchy
      • Hybrid
      • Isolates
      • Isomorphism
      • Link Analysis
        • PageRank
        • Hits
      • Link Prediction
      • Lowest Common Ancestor
      • Matching
      • Minors
      • Maximal independent set
      • Moral
      • Node Classification
      • Operators
      • Planarity
      • Planar Drawing
      • Reciprocity
      • Rich Club
      • Shortest Paths
      • Similarity Measures
      • Simple Paths
      • Similarity Measures
      • s metric
      • Sparsifiers
      • Structural holes
      • Swap
      • Tournament
      • Traversal
      • Tree
      • Triads
      • Vitality
      • Voronoi cells
      • Wiener index
    • Functions
    • Graph generators
    • Linear algebra
    • Converting to and from other data formats
    • Relabeling nodes
    • Reading and writing graphs
    • Drawing
    • Randomness
    • Exceptions
    • Utilities
    • Glossary
  • Developer Guide
  • Release Log
  • License
  • Credits
  • Citing
  • Bibliography
  • Examples
NetworkX
  • Docs »
  • Reference »
  • Algorithms »
  • Link Analysis »
  • networkx.algorithms.link_analysis.hits_alg.hub_matrix

networkx.algorithms.link_analysis.hits_alg.hub_matrix¶

hub_matrix(G, nodelist=None)[source]¶

Returns the HITS hub matrix.

Next Previous

© Copyright 2004-2019, NetworkX Developers Last updated on Sep 11, 2019.

Built with Sphinx using a theme provided by Read the Docs.