| Package | Description | 
|---|---|
| org.apache.sysds.parser | |
| org.apache.sysds.runtime.controlprogram.paramserv | 
| Modifier and Type | Method and Description | 
|---|---|
static Statement.PSFrequency | 
Statement.PSFrequency.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static Statement.PSFrequency[] | 
Statement.PSFrequency.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static LocalParamServer | 
LocalParamServer.create(ListObject model,
      String aggFunc,
      Statement.PSUpdateType updateType,
      Statement.PSFrequency freq,
      ExecutionContext ec,
      int workerNum,
      String valFunc,
      int numBatchesPerEpoch,
      MatrixObject valFeatures,
      MatrixObject valLabels,
      int nbatches,
      boolean modelAvg)  | 
| Constructor and Description | 
|---|
FederatedPSControlThread(int workerID,
                        String updFunc,
                        Statement.PSFrequency freq,
                        Statement.PSRuntimeBalancing runtimeBalancing,
                        boolean weighting,
                        int epochs,
                        long batchSize,
                        int numBatchesPerGlobalEpoch,
                        ExecutionContext ec,
                        ParamServer ps,
                        int nbatches,
                        boolean modelAvg)  | 
LocalPSWorker(int workerID,
             String updFunc,
             Statement.PSFrequency freq,
             int epochs,
             long batchSize,
             ExecutionContext ec,
             ParamServer ps,
             int nbatches,
             boolean modelAvg)  | 
SparkPSWorker(String updFunc,
             String aggFunc,
             Statement.PSFrequency freq,
             int epochs,
             long batchSize,
             String program,
             HashMap<String,byte[]> clsMap,
             org.apache.spark.SparkConf conf,
             int port,
             org.apache.spark.util.LongAccumulator aSetup,
             org.apache.spark.util.LongAccumulator aWorker,
             org.apache.spark.util.LongAccumulator aUpdate,
             org.apache.spark.util.LongAccumulator aIndex,
             org.apache.spark.util.LongAccumulator aGrad,
             org.apache.spark.util.LongAccumulator aRPC,
             org.apache.spark.util.LongAccumulator aBatches,
             org.apache.spark.util.LongAccumulator aEpochs,
             int nbatches,
             boolean modelAvg)  | 
Copyright © 2021 The Apache Software Foundation. All rights reserved.