Uses of Class
org.apache.sysds.runtime.controlprogram.paramserv.LocalParamServer
Packages that use LocalParamServer
Package
Description
-
Uses of LocalParamServer in org.apache.sysds.runtime.controlprogram.paramserv
Subclasses of LocalParamServer in org.apache.sysds.runtime.controlprogram.paramservModifier and TypeClassDescriptionclassThis class implements Homomorphic Encryption (HE) for LocalParamServer.Methods in org.apache.sysds.runtime.controlprogram.paramserv that return LocalParamServerModifier and TypeMethodDescriptionstatic 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) -
Uses of LocalParamServer in org.apache.sysds.runtime.controlprogram.paramserv.rpc
Methods in org.apache.sysds.runtime.controlprogram.paramserv.rpc with parameters of type LocalParamServerModifier and TypeMethodDescriptionstatic org.apache.spark.network.server.TransportServerPSRpcFactory.createServer(org.apache.spark.SparkConf conf, LocalParamServer ps, String host) Create and start the server