C# Class StandaloneNode.MetricsCheckedList

Show file 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 property

public bool edge_reciprocation
return bool

group_metrics public property

public bool group_metrics
return bool

overall_graph_metrics public property

public bool overall_graph_metrics
return bool

vertex_clustering_coefficient public property

public bool vertex_clustering_coefficient
return bool

vertex_degree public property

public bool vertex_degree
return bool

vertex_eigenvector_centrality public property

public bool vertex_eigenvector_centrality
return bool

vertex_pagerank public property

public bool vertex_pagerank
return bool

vertex_reciprocated_pair_ratio public property

public bool vertex_reciprocated_pair_ratio
return bool