GoClusteringStopCondition
index
../../../../piana/code/Clustering/GoClustering/GoClusteringStopCondition.py

File        : GoClusteringStopCondition.py
Author      : Pablo Boixeda & Ramon Aragues
Creation    : 6.2005
Contents    : Stop condition to determine when to stop go clustering
Called from : Class that clusters using go
 
=======================================================================================================

 
Modules
       
LinearAlgebra
PianaGlobals
copy
fgraph
getopt
numarray
piana_configuration_parameters
re
readline
sys

 
Classes
       
ClusteringStopCondition.ClusteringStopCondition(__builtin__.object)
GoClusteringStopCondition

 
class GoClusteringStopCondition(ClusteringStopCondition.ClusteringStopCondition)
    Stop condition to determine when to stop go clustering
 
 
Method resolution order:
GoClusteringStopCondition
ClusteringStopCondition.ClusteringStopCondition
__builtin__.object

Methods defined here:
__init__(self, highest_depth=None, go_similarity_function=None, coeficient=None)
condition_is_met(self)
method specific to Go. E.g if all values in similarity matrix lower than 1, then stop condition is met
 
This method returns true if stop condition is met. False otherwise.
 
We use the similarity matrix to calculate if the clustering must stop or not.

Data and other attributes inherited from ClusteringStopCondition.ClusteringStopCondition:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__weakref__ = <attribute '__weakref__' of 'ClusteringStopCondition' 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_process = 1
verbose_propagate = 0
verbose_propagate_print = 0