Uses of Class
org.apache.sysds.runtime.controlprogram.paramserv.ParamServer
Packages that use ParamServer
-
Uses of ParamServer in org.apache.sysds.runtime.controlprogram.paramserv
Subclasses of ParamServer in org.apache.sysds.runtime.controlprogram.paramservModifier and TypeClassDescriptionclassThis class implements Homomorphic Encryption (HE) for LocalParamServer.classclassConstructors in org.apache.sysds.runtime.controlprogram.paramserv with parameters of type ParamServerModifierConstructorDescriptionFederatedPSControlThread(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, boolean use_homomorphic_encryption) LocalPSWorker(int workerID, String updFunc, Statement.PSFrequency freq, int epochs, long batchSize, ExecutionContext ec, ParamServer ps, int nbatches, boolean modelAvg)