java.lang.Object
fr.univartois.cril.jkahypar.KahyparPartitioner
The KahyparPartitioner allows to compute a partition of a given hypergraph using a
predefined configuration inherited from the context in which it is executed.
-
Method Summary
Modifier and TypeMethodDescriptionComputes a partition of the given hypergraph.Improves the last partition computed by this partitioner.improvePartition(int nbIterations) Improves the last partition computed by this partitioner.
-
Method Details
-
computePartition
Computes a partition of the given hypergraph.- Returns:
- The computed partition.
-
improvePartition
Improves the last partition computed by this partitioner. Only one iteration is performed.- Returns:
- The improved partition.
- See Also:
-
improvePartition
Improves the last partition computed by this partitioner.- Parameters:
nbIterations- The number of iterations to perform to improve the partition.- Returns:
- The improved partition.
-