Package | Description |
---|---|
org.apache.sysds.runtime.controlprogram.paramserv.dp |
Modifier and Type | Class and Description |
---|---|
class |
BalanceToAvgFederatedScheme
Balance to Avg Federated scheme
When the parameter server runs in federated mode it cannot pull in the data which is already on the workers.
|
class |
KeepDataOnWorkerFederatedScheme
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.
|
class |
ReplicateToMaxFederatedScheme
Replicate to Max Federated scheme
When the parameter server runs in federated mode it cannot pull in the data which is already on the workers.
|
class |
ShuffleFederatedScheme
Shuffle Federated scheme
When the parameter server runs in federated mode it cannot pull in the data which is already on the workers.
|
class |
SubsampleToMinFederatedScheme
Subsample to Min Federated scheme
When the parameter server runs in federated mode it cannot pull in the data which is already on the workers.
|
Copyright © 2021 The Apache Software Foundation. All rights reserved.