Metadata-Version: 2.1
Name: influential
Version: 0.0.1
Summary: Identification and Classification of the Most Influential Nodes
Home-page: http://pypi.python.org/pypi/influential/
Author: Adrian Salavaty
Author-email: abbas.salavaty@gmail.com
License: GPL-3
Keywords: influential
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown



Contains functions for the classification and ranking of top candidate features, reconstruction of networks from
adjacency matrices and data frames, analysis of the topology of the network 
and calculation of centrality measures, and identification of the most
influential nodes. Also, a function is provided for running SIRIR model, which 
is the combination of leave-one-out cross validation technique and the conventional SIR model, 
on a network to unsupervisedly rank the true influence of vertices. 
Additionally, some functions have been provided for the assessment of dependence and 
correlation of two network centrality measures as well as the conditional probability of 
deviation from their corresponding means in opposite direction.
Fred Viole and David Nawrocki (2013, ISBN:1490523995).
Csardi G, Nepusz T (2006). 'The igraph software package for complex network research.' InterJournal, Complex Systems, 1695.
Adopted algorithms and sources are referenced in function document.

