ClusteredGraphGenerator
index
../../../../piana/code/Clustering/ClusteredGraphGenerator.py

File        : ClusteredGraphGenerator.py
Author      : Ramon Aragues
Creation    : 07.2.2006
Contents    : returns an empty GraphCluster (or a child class)
Called from : Clustering.py
 
=======================================================================================================

 
Modules
       
LinearAlgebra
PianaGlobals
fgraph
getopt
numarray
piana_configuration_parameters
re
readline
sys

 
Classes
       
__builtin__.object
CirClusteredGraphGenerator
ClusteredGraphGenerator

 
class CirClusteredGraphGenerator(__builtin__.object)
    Implements a class that returns an empty GraphCluster (or child class)
 
It is used to allow the user to set which type of GraphCluster will be used for the clustering
 
This is the default class. If you do not want to use GraphCluster for the Clustering, you must
overwrite this class with a new method get_new_graph_cluster()
 
  Methods defined here:
get_new_graph_cluster(self)
get_new_graph_cluster_node_attribute(self)

Data and other attributes defined here:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__weakref__ = <attribute '__weakref__' of 'CirClusteredGraphGenerator' objects>
list of weak references to the object (if defined)

 
class ClusteredGraphGenerator(__builtin__.object)
    Implements a class that returns an empty GraphCluster (or child class)
 
It is used to allow the user to set which type of GraphCluster will be used for the clustering
 
This is the default class. If you do not want to use GraphCluster for the Clustering, you must
overwrite this class with a new method get_new_graph_cluster()
 
  Methods defined here:
get_new_graph_cluster(self)
get_new_graph_cluster_node_attribute(self)

Data and other attributes defined here:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__weakref__ = <attribute '__weakref__' of 'ClusteredGraphGenerator' objects>
list of weak references to the object (if defined)

 
Data
        root_nodes = {}
verbose = 0
verbose_add_edge_detailed = 0
verbose_add_edge_shallow = 0
verbose_expansion_detailed = 0
verbose_expansion_minimal = 1
verbose_expansion_shallow = 0
verbose_get_edge = 0
verbose_get_node = 0
verbose_has_edge = 0
verbose_join = 0
verbose_propagate = 0
verbose_propagate_print = 0