C# Class StandaloneNode.MetricsCheckedList

Exibir arquivo Open project: 2014-sed-team3/term-project Class Usage Examples

Public Properties

Property Type Description
edge_reciprocation bool
group_metrics bool
overall_graph_metrics bool
vertex_clustering_coefficient bool
vertex_degree bool
vertex_eigenvector_centrality bool
vertex_pagerank bool
vertex_reciprocated_pair_ratio bool

Public Methods

Method Description
MetricsCheckedList ( ) : Analyzer

Method Details

MetricsCheckedList() public method

public MetricsCheckedList ( ) : Analyzer
return Analyzer

Property Details

edge_reciprocation public_oe property

public bool edge_reciprocation
return bool

group_metrics public_oe property

public bool group_metrics
return bool

overall_graph_metrics public_oe property

public bool overall_graph_metrics
return bool

vertex_clustering_coefficient public_oe property

public bool vertex_clustering_coefficient
return bool

vertex_degree public_oe property

public bool vertex_degree
return bool

vertex_eigenvector_centrality public_oe property

public bool vertex_eigenvector_centrality
return bool

vertex_pagerank public_oe property

public bool vertex_pagerank
return bool

vertex_reciprocated_pair_ratio public_oe property

public bool vertex_reciprocated_pair_ratio
return bool