Classes | |
class | ArityMetric |
ArityMetric.h - Compute the degree of each node. More... | |
class | BetweennessCentrality |
Betweeness centrality - An implementation of the betweeness centrality parameter. More... | |
class | BiconnectedComponnent |
BicconnectedComponent.h - An implementation of the biconnected component decompostion algorithm. More... | |
class | ClusterMetric |
ClusterMetric.h - An implementation of the clustering parameter. More... | |
class | ConnectedAndTreeComponent |
ConnectedAndTreeComponent.h - Conected componnent and tree component decomposition. More... | |
class | ConnectedComponent |
ConnectedComponent.h - An implementation of the connected component algorithm. More... | |
class | DagLevelMetric |
DagLevelMeric.h - An implementation of DAG layer decomposition. More... | |
class | DepthMetric |
DepthMetric.h - This plugins compute for each node n, the maximum path-length between n and the other node. More... | |
class | EccentricityMetric |
EccentricyMetric.h - Compute the eccentricity of each node. More... | |
class | IdMetric |
IdDoubleMetric.h - This plugins assigns id to nodes and edges. More... | |
class | LeafMetric |
LeafMetric.h - Compute the number of leaves in the subtree induced by each node. More... | |
class | NodeMetric |
NodeMetric.h - Compute the number of nodes in the subtree induced by each node. More... | |
class | RandomMetric |
RandomMetric.h - This plugins assigns random values to nodes and edges. More... | |
class | StrahlerMetric |
StrahlerMetric.h - An implementation of the Strahler parameter. More... | |
class | StrengthMetric |
StrengthMetric.h - An implementation of the strength parameter. More... | |
class | TreeArityMax |
TreeArityMax.h - Compute the maximum outdegree of the nodes in the subtree induced by each node. More... |