Uses of Enum Class
org.apache.sysds.parser.Statement.PSUpdateType
Packages that use Statement.PSUpdateType
-
Uses of Statement.PSUpdateType in org.apache.sysds.parser
Methods in org.apache.sysds.parser that return Statement.PSUpdateTypeModifier and TypeMethodDescriptionstatic Statement.PSUpdateTypeReturns the enum constant of this class with the specified name.static Statement.PSUpdateType[]Statement.PSUpdateType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of Statement.PSUpdateType in org.apache.sysds.runtime.controlprogram.paramserv
Methods in org.apache.sysds.runtime.controlprogram.paramserv with parameters of type Statement.PSUpdateTypeModifier and TypeMethodDescriptionstatic HEParamServerHEParamServer.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, int numBackupWorkers) static LocalParamServerLocalParamServer.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, int numBackupWorkers)