The basic statistics module¶
Basic stats class.
-
class
hcga.features.basic_stats.
BasicStats
(graph=None)[source]¶ Basic stats class.
Here we compute basic measures statistics of the graphs, e.g. number of nodes.
References
- 1
Mark E. J. Newman. Networks: An Introduction. Oxford University Press, USA, 2010, pp. 169.
Initialise a feature class.
- Parameters
graph (Graph) – graph for initialisation, converted to given encoding