Uses of Class
org.apache.sysds.runtime.controlprogram.paramserv.dp.DataPartitionFederatedScheme.Result
Packages that use DataPartitionFederatedScheme.Result
-
Uses of DataPartitionFederatedScheme.Result in org.apache.sysds.runtime.controlprogram.paramserv.dp
Methods in org.apache.sysds.runtime.controlprogram.paramserv.dp that return DataPartitionFederatedScheme.ResultModifier and TypeMethodDescriptionFederatedDataPartitioner.doPartitioning(MatrixObject features, MatrixObject labels) BalanceToAvgFederatedScheme.partition(MatrixObject features, MatrixObject labels, int seed) abstract DataPartitionFederatedScheme.ResultDataPartitionFederatedScheme.partition(MatrixObject features, MatrixObject labels, int seed) KeepDataOnWorkerFederatedScheme.partition(MatrixObject features, MatrixObject labels, int seed) ReplicateToMaxFederatedScheme.partition(MatrixObject features, MatrixObject labels, int seed) ShuffleFederatedScheme.partition(MatrixObject features, MatrixObject labels, int seed) SubsampleToMinFederatedScheme.partition(MatrixObject features, MatrixObject labels, int seed)