strengthmetric(3)
NAME
StrengthMetric
SYNOPSIS
#include <StrengthMetric.h> Public Member Functions StrengthMetric (const tlp::PropertyContext &) ~StrengthMetric () double getNodeValue (const tlp::node n) double getEdgeValue (const tlp::edge n) bool run ()
Detailed Description
This plugin is an implementation of the Strength Parameter. algorithm
first published in :
- Y. Chiricota. F.Jourdan, an G.Melancon
- 'Software component capture using graph clustering',
'IWPC',
2002. - HISTORY
- o 26/02/2002 Verson 0.0.1: First implementation.
- o 27/09/2005 Version 0.0.2: Fix bar normalisation of the parameter
- (error in the paper).
- Note:
- This algorithm works on general graphs.
- Author:
- David Auber University Bordeaux I France: Email:auber@tulipsoftware.org
- LICENCE
- This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
Free Software Foundation; either version 2 of the License, or (at your option) any later version.
Constructor & Destructor Documentation
StrengthMetric::StrengthMetric (const tlp::PropertyContext &) StrengthMetric::~StrengthMetric ()
Member Function Documentation
double StrengthMetric::getEdgeValue (const tlp::edge n) double StrengthMetric::getNodeValue (const tlp::node n) bool StrengthMetric::run ()
Author
- Generated automatically by Doxygen for Tulip Plugins Library from the
source code.