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 SummaryFields Modifier and Type Field Description DataPartitionFederatedScheme.BalanceMetrics_balanceMetricsList<MatrixObject>_pFeaturesList<MatrixObject>_pLabelsList<Double>_weightingFactorsint_workerNum
 - 
Constructor SummaryConstructors Constructor Description Result(List<MatrixObject> pFeatures, List<MatrixObject> pLabels, int workerNum, DataPartitionFederatedScheme.BalanceMetrics balanceMetrics, List<Double> weightingFactors)
 
- 
- 
- 
Field Detail- 
_pFeaturespublic final List<MatrixObject> _pFeatures 
 - 
_pLabelspublic final List<MatrixObject> _pLabels 
 - 
_workerNumpublic final int _workerNum 
 - 
_balanceMetricspublic final DataPartitionFederatedScheme.BalanceMetrics _balanceMetrics 
 
- 
 - 
Constructor Detail- 
Resultpublic Result(List<MatrixObject> pFeatures, List<MatrixObject> pLabels, int workerNum, DataPartitionFederatedScheme.BalanceMetrics balanceMetrics, List<Double> weightingFactors) 
 
- 
 
-