public class MatrixUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
void |
checkColumns(int columns,
org.apache.spark.ml.linalg.Matrix matrix) |
static void |
checkRows(int rows,
org.apache.spark.ml.linalg.Matrix matrix) |
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 © 2022. All rights reserved.