Class DataPartitionLocalScheme.Result
- java.lang.Object
- 
- org.apache.sysds.runtime.controlprogram.paramserv.dp.DataPartitionLocalScheme.Result
 
- 
- Enclosing class:
- DataPartitionLocalScheme
 
 public final class DataPartitionLocalScheme.Result extends Object 
- 
- 
Field SummaryFields Modifier and Type Field Description List<MatrixObject>pFeaturesList<MatrixObject>pLabels
 - 
Constructor SummaryConstructors Constructor Description Result(List<MatrixObject> pFeatures, List<MatrixObject> pLabels)
 
- 
- 
- 
Field Detail- 
pFeaturespublic final List<MatrixObject> pFeatures 
 - 
pLabelspublic final List<MatrixObject> pLabels 
 
- 
 - 
Constructor Detail- 
Resultpublic Result(List<MatrixObject> pFeatures, List<MatrixObject> pLabels) 
 
- 
 
-