Uses of Class
org.apache.sysds.runtime.controlprogram.federated.FederatedUDF
- 
Packages that use FederatedUDF Package Description org.apache.sysds.hops.rewrite org.apache.sysds.runtime.controlprogram.federated org.apache.sysds.runtime.instructions.fed org.apache.sysds.runtime.lineage 
- 
- 
Uses of FederatedUDF in org.apache.sysds.hops.rewriteSubclasses of FederatedUDF in org.apache.sysds.hops.rewrite Modifier and Type Class Description static classRewriteFederatedExecution.PrivacyConstraintRetrieverFederatedUDF for retrieving privacy constraint of data stored in file name.
- 
Uses of FederatedUDF in org.apache.sysds.runtime.controlprogram.federatedSubclasses of FederatedUDF in org.apache.sysds.runtime.controlprogram.federated Modifier and Type Class Description static classFederatedStatistics.FedStatsCollectFunction
- 
Uses of FederatedUDF in org.apache.sysds.runtime.instructions.fedSubclasses of FederatedUDF in org.apache.sysds.runtime.instructions.fed Modifier and Type Class Description static classMultiReturnParameterizedBuiltinFEDInstruction.CreateFrameEncoderstatic classMultiReturnParameterizedBuiltinFEDInstruction.ExecuteFrameEncoderstatic classParameterizedBuiltinFEDInstruction.DecodeMatrixstatic classQuantilePickFEDInstruction.CreateMatrixFromFramestatic classQuantilePickFEDInstruction.GetHistogramstatic classQuantilePickFEDInstruction.GetValuesInRangestatic classQuantilePickFEDInstruction.GetValuesInRangesstatic classQuantilePickFEDInstruction.MinMaxstatic classReorgFEDInstruction.DiagMatrixstatic classReorgFEDInstruction.Rdiag
- 
Uses of FederatedUDF in org.apache.sysds.runtime.lineageMethods in org.apache.sysds.runtime.lineage with parameters of type FederatedUDF Modifier and Type Method Description static voidLineageCache. putValue(FederatedUDF udf, ExecutionContext ec, long computetime)static FederatedResponseLineageCache. reuse(FederatedUDF udf, ExecutionContext ec)static FederatedResponseLineageItemUtils. setUDFResponse(FederatedUDF udf, MatrixObject mo)static voidLineageItemUtils. traceFedUDF(ExecutionContext ec, FederatedUDF udf)
 
-