public class LocalPSWorker extends PSWorker implements Callable<Void>
| Constructor and Description | 
|---|
LocalPSWorker(int workerID,
             String updFunc,
             Statement.PSFrequency freq,
             int epochs,
             long batchSize,
             ExecutionContext ec,
             ParamServer ps,
             int nbatches,
             boolean modelAvg)  | 
| Modifier and Type | Method and Description | 
|---|---|
Void | 
call()  | 
String | 
getWorkerName()  | 
getFeatures, getLabels, setFeatures, setLabelspublic LocalPSWorker(int workerID,
                     String updFunc,
                     Statement.PSFrequency freq,
                     int epochs,
                     long batchSize,
                     ExecutionContext ec,
                     ParamServer ps,
                     int nbatches,
                     boolean modelAvg)
Copyright © 2021 The Apache Software Foundation. All rights reserved.