java.lang.Object
org.apache.sysds.runtime.controlprogram.paramserv.dp.DataPartitionSparkScheme
org.apache.sysds.runtime.controlprogram.paramserv.dp.DCSparkScheme
All Implemented Interfaces:
Serializable

public class DCSparkScheme extends DataPartitionSparkScheme
Spark Disjoint_Contiguous data partitioner:

For each row, find out the shifted place according to the workerID indicator

See Also: