Class LocalPSWorker
- java.lang.Object
- 
- org.apache.sysds.runtime.controlprogram.paramserv.PSWorker
- 
- org.apache.sysds.runtime.controlprogram.paramserv.LocalPSWorker
 
 
- 
- All Implemented Interfaces:
- Serializable,- Callable<Void>
 - Direct Known Subclasses:
- SparkPSWorker
 
 public class LocalPSWorker extends PSWorker implements Callable<Void> - See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description LocalPSWorker(int workerID, String updFunc, Statement.PSFrequency freq, int epochs, long batchSize, ExecutionContext ec, ParamServer ps, int nbatches, boolean modelAvg)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Voidcall()StringgetWorkerName()- 
Methods inherited from class org.apache.sysds.runtime.controlprogram.paramserv.PSWorkergetFeatures, getLabels, setFeatures, setLabels
 
- 
 
- 
- 
- 
Constructor Detail- 
LocalPSWorkerpublic LocalPSWorker(int workerID, String updFunc, Statement.PSFrequency freq, int epochs, long batchSize, ExecutionContext ec, ParamServer ps, int nbatches, boolean modelAvg)
 
- 
 
-