ClusterMetric Class Reference
[Metric]
#include <ClusterMetric.h>
List of all members.
Detailed Description
ClusterMetric.h - An implementation of the clustering parameter.
This plugin is an implementation of the Clustering Parameter. algorithm published in :
Y. Chiricota. F.Jourdan, an G.Melançon
"Software component capture using graph clustering",
"IWPC",
2002.
Extended to unbounded depth (for the neigbors) :
HISTORY
- 01/12/2001 Verson 0.0.1: Initial release
- 25/02/2003 Verson 0.0.2: Documentation, code clean up and checking
- Note:
- This algorithm works on general graphs. The algorithm use the parameter depth in order to determine the depth of the neighbors. If no depth is given, the plugins automatically popup a qt windows to ask the user for this parameter.
- Author:
- David Auber University Bordeaux I France, Email : auber@tulip-software.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.
Public Member Functions
Constructor & Destructor Documentation
ClusterMetric::ClusterMetric |
( |
const tlp::PropertyContext & |
|
) |
|
|
Member Function Documentation
bool ClusterMetric::run |
( |
|
) |
|
|
|