helix.graph.algo.c3part.preprocessor
Class CCColorCleaner
java.lang.Object
helix.graph.algo.c3part.preprocessor.GraphPreprocessor
helix.graph.algo.c3part.preprocessor.GraphCleaner
helix.graph.algo.c3part.preprocessor.DatagraphCleaner
helix.graph.algo.c3part.preprocessor.CCColorCleaner
public class CCColorCleaner
- extends DatagraphCleaner
a class to remove vertices of a datagraph
that belong to partially colored epsilon CC.
a partially colored epsilon CC has a total number
of color less than the specified threshold.
Constructor Summary |
CCColorCleaner(int mincolors)
constructor: specify minimum number of colors |
Method Summary |
void |
run(Graph graph)
preprocess datagraph
note: the datagraph argument is modified |
CCColorCleaner
public CCColorCleaner(int mincolors)
- constructor: specify minimum number of colors
run
public void run(Graph graph)
- Description copied from class:
GraphPreprocessor
- preprocess datagraph
note: the datagraph argument is modified
- Specified by:
run
in class GraphPreprocessor