public class MatrixUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static List<Double> |
getColumn(org.apache.spark.ml.linalg.Matrix matrix,
int column) |
static List<Double> |
getRow(org.apache.spark.ml.linalg.Matrix matrix,
int row) |
Copyright © 2018. All rights reserved.