helix.graph.algo.c3part.preprocessor
Class TandemCleaner

java.lang.Object
  extended by helix.graph.algo.c3part.preprocessor.GraphPreprocessor
      extended by helix.graph.algo.c3part.preprocessor.GraphCleaner
          extended by helix.graph.algo.c3part.preprocessor.DatagraphCleaner
              extended by helix.graph.algo.c3part.preprocessor.TandemCleaner

public class TandemCleaner
extends DatagraphCleaner

Experimental section


Constructor Summary
TandemCleaner(int minSize, float minFraction)
          constructors
TandemCleaner(int minSize, int percentFraction)
           
 
Method Summary
 void logParams()
          override logParams
 void run(Graph graph)
          run cleaner
 
Methods inherited from class helix.graph.algo.c3part.preprocessor.GraphPreprocessor
run
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TandemCleaner

public TandemCleaner(int minSize,
                     float minFraction)
constructors


TandemCleaner

public TandemCleaner(int minSize,
                     int percentFraction)
Method Detail

run

public void run(Graph graph)
run cleaner

Specified by:
run in class GraphPreprocessor

logParams

public void logParams()
override logParams

Overrides:
logParams in class GraphPreprocessor