Uses of Class
helix.graph.algo.c3part.preprocessor.GraphCleaner

Packages that use GraphCleaner
helix.graph.algo.c3part.aggregator   
helix.graph.algo.c3part.preprocessor   
 

Uses of GraphCleaner in helix.graph.algo.c3part.aggregator
 

Methods in helix.graph.algo.c3part.aggregator that return GraphCleaner
 GraphCleaner NodeAggregator.getCleanerFor()
          get an instance of a datagraph cleaner for this aggregator default: return a NoCleaner
 GraphCleaner CliqueAggregator.getCleanerFor()
           
 GraphCleaner CenteredAggregator.getCleanerFor()
           
 GraphCleaner CCAggregator.getCleanerFor()
           
 

Uses of GraphCleaner in helix.graph.algo.c3part.preprocessor
 

Subclasses of GraphCleaner in helix.graph.algo.c3part.preprocessor
 class CCColorCleaner
          a class to remove vertices of a datagraph that belong to partially colored epsilon CC.
 class CenteredQuorumCleaner
           
 class Chromatizer
           
 class ColorCleaner
          a class to remove some colors from datagraph and shift remaining colors accordingly
 class DatagraphCleaner
          a class implementing a cleaner for datagraph.
 class IterativeCleaner
           
 class MultigraphCleaner
          a class implementing a cleaner for multigraph.
 class NoCleaner
          a lazy cleaner : does not clean anything
 class QuorumCleaner
           
 class TandemCleaner
          Experimental section