Class DataPartitionFederatedScheme.Result
java.lang.Object
org.apache.sysds.runtime.controlprogram.paramserv.dp.DataPartitionFederatedScheme.Result
- Enclosing class:
- DataPartitionFederatedScheme
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionResult(List<MatrixObject> pFeatures, List<MatrixObject> pLabels, int workerNum, DataPartitionFederatedScheme.BalanceMetrics balanceMetrics, List<Double> weightingFactors) -
Method Summary
-
Field Details
-
_pFeatures
-
_pLabels
-
_workerNum
public final int _workerNum -
_balanceMetrics
-
_weightingFactors
-
-
Constructor Details
-
Result
public Result(List<MatrixObject> pFeatures, List<MatrixObject> pLabels, int workerNum, DataPartitionFederatedScheme.BalanceMetrics balanceMetrics, List<Double> weightingFactors)
-