Class KeepDataOnWorkerFederatedScheme

java.lang.Object
org.apache.sysds.runtime.controlprogram.paramserv.dp.DataPartitionFederatedScheme
org.apache.sysds.runtime.controlprogram.paramserv.dp.KeepDataOnWorkerFederatedScheme

public class KeepDataOnWorkerFederatedScheme extends DataPartitionFederatedScheme
Keep Data on Worker Federated scheme When the parameter server runs in federated mode it cannot pull in the data which is already on the workers. All entries in the federation map of the input matrix are separated into MatrixObjects and returned as a list. Only supports row federated matrices atm.