Uses of Enum Class
org.apache.sysds.parser.Statement.FederatedPSScheme
Packages that use Statement.FederatedPSScheme
-
Uses of Statement.FederatedPSScheme in org.apache.sysds.parser
Methods in org.apache.sysds.parser that return Statement.FederatedPSSchemeModifier and TypeMethodDescriptionstatic Statement.FederatedPSSchemeReturns the enum constant of this class with the specified name.static Statement.FederatedPSScheme[]Statement.FederatedPSScheme.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of Statement.FederatedPSScheme in org.apache.sysds.runtime.controlprogram.paramserv.dp
Constructors in org.apache.sysds.runtime.controlprogram.paramserv.dp with parameters of type Statement.FederatedPSSchemeModifierConstructorDescriptionFederatedDataPartitioner(Statement.FederatedPSScheme scheme, int seed)