public final class DataPartitionLocalScheme.Result extends Object
| Modifier and Type | Field and Description | 
|---|---|
| List<MatrixObject> | pFeatures | 
| List<MatrixObject> | pLabels | 
| Constructor and Description | 
|---|
| Result(List<MatrixObject> pFeatures,
      List<MatrixObject> pLabels) | 
public final List<MatrixObject> pFeatures
public final List<MatrixObject> pLabels
public Result(List<MatrixObject> pFeatures, List<MatrixObject> pLabels)
Copyright © 2020 The Apache Software Foundation. All rights reserved.