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 Summary
Fields Modifier and Type Field Description List<MatrixObject>
pFeatures
List<MatrixObject>
pLabels
-
Constructor Summary
Constructors Constructor Description Result(List<MatrixObject> pFeatures, List<MatrixObject> pLabels)
-
-
-
Field Detail
-
pFeatures
public final List<MatrixObject> pFeatures
-
pLabels
public final List<MatrixObject> pLabels
-
-
Constructor Detail
-
Result
public Result(List<MatrixObject> pFeatures, List<MatrixObject> pLabels)
-
-