Class DataPartitionFederatedScheme.Result
- java.lang.Object
 - 
- org.apache.sysds.runtime.controlprogram.paramserv.dp.DataPartitionFederatedScheme.Result
 
 
- 
- Enclosing class:
 - DataPartitionFederatedScheme
 
public static final class DataPartitionFederatedScheme.Result extends Object
 
- 
- 
Field Summary
Fields Modifier and Type Field Description DataPartitionFederatedScheme.BalanceMetrics_balanceMetricsList<MatrixObject>_pFeaturesList<MatrixObject>_pLabelsList<Double>_weightingFactorsint_workerNum 
- 
Constructor Summary
Constructors Constructor Description Result(List<MatrixObject> pFeatures, List<MatrixObject> pLabels, int workerNum, DataPartitionFederatedScheme.BalanceMetrics balanceMetrics, List<Double> weightingFactors) 
 - 
 
- 
- 
Field Detail
- 
_pFeatures
public final List<MatrixObject> _pFeatures
 
- 
_pLabels
public final List<MatrixObject> _pLabels
 
- 
_workerNum
public final int _workerNum
 
- 
_balanceMetrics
public final DataPartitionFederatedScheme.BalanceMetrics _balanceMetrics
 
 - 
 
- 
Constructor Detail
- 
Result
public Result(List<MatrixObject> pFeatures, List<MatrixObject> pLabels, int workerNum, DataPartitionFederatedScheme.BalanceMetrics balanceMetrics, List<Double> weightingFactors)
 
 - 
 
 -