The link analysis hits module¶
HITS hubs class.
-
class
hcga.features.link_analysis_hits.
Hits
(graph=None)[source]¶ HITS hubs class.
Returns features based on the HITS hubs. The HITS algorithm computes two numbers for a node. Authorities estimates the node value based on the incoming links. Hubs estimates the node value based on outgoing links.
- Hits calculations using networkx:
References
- 1
A. Langville and C. Meyer, “A survey of eigenvector methods of web information retrieval.” http://citeseer.ist.psu.edu/713792.html
- 2
Jon Kleinberg, Authoritative sources in a hyperlinked environment Journal of the ACM 46 (5): 604-32, 1999. doi:10.1145/324133.324140. http://www.cs.cornell.edu/home/kleinber/auth.pdf.
Initialise a feature class.
- Parameters
graph (Graph) – graph for initialisation, converted to given encoding