public static final class DataPartitionFederatedScheme.Result extends Object
Modifier and Type | Field and Description |
---|---|
DataPartitionFederatedScheme.BalanceMetrics |
_balanceMetrics |
List<MatrixObject> |
_pFeatures |
List<MatrixObject> |
_pLabels |
List<Double> |
_weightingFactors |
int |
_workerNum |
Constructor and Description |
---|
Result(List<MatrixObject> pFeatures,
List<MatrixObject> pLabels,
int workerNum,
DataPartitionFederatedScheme.BalanceMetrics balanceMetrics,
List<Double> weightingFactors) |
public final List<MatrixObject> _pFeatures
public final List<MatrixObject> _pLabels
public final int _workerNum
public final DataPartitionFederatedScheme.BalanceMetrics _balanceMetrics
public Result(List<MatrixObject> pFeatures, List<MatrixObject> pLabels, int workerNum, DataPartitionFederatedScheme.BalanceMetrics balanceMetrics, List<Double> weightingFactors)
Copyright © 2021 The Apache Software Foundation. All rights reserved.