#include <math.h>
#include <stdio.h>
#include <sstream>
#include <string>
#include <list>
#include <map>
#include <iostream>
#include <ext/hash_map>
#include <tulip/Graph.h>
#include <tulip/BooleanProperty.h>
#include <tulip/GraphProperty.h>
#include <tulip/ExtendedClusterOperation.h>
#include <tulip/GraphMeasure.h>
#include <tulip/StableIterator.h>
#include <tulip/ForEach.h>
#include <tulip/SimpleTest.h>
#include "StrengthClustering.h"
Include dependency graph for StrengthClustering.cpp:
Functions | |
ALGORITHMPLUGIN (StrengthClustering,"Strength","David Auber","27/01/2003","Alpha","0","1") | |
void | drawGraph (Graph *tmpg) |
Variables | |
const char * | paramHelp [] |
|
|
|
|
|
Initial value: { HTML_HELP_OPEN() HTML_HELP_DEF( "type", "DoubleProperty" ) HTML_HELP_DEF( "value", "An existing metric property" ) HTML_HELP_BODY() "This parameter defines the metric used in order to multiply strength metric computed values." "If one is given the complexity will be in o(nlog(n)), o(n) neither." HTML_HELP_CLOSE(), } |