Package de.jungblut.partition
Interface Partitioner
-
- All Known Implementing Classes:
BlockPartitioner
public interface PartitionerUsed to partition a list/matrix-like structure to a number of cores / buckets.- Author:
- thomas.jungblut
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Boundariespartition(int sizeOfCluster, int numberOfRows)
-
-
-
Method Detail
-
partition
Boundaries partition(int sizeOfCluster, int numberOfRows)
-
-