Package org.jpmml.sparkml
Class MatrixUtil
- java.lang.Object
-
- org.jpmml.sparkml.MatrixUtil
-
public class MatrixUtil extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcheckColumns(int columns, org.apache.spark.ml.linalg.Matrix matrix)static voidcheckRows(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)
-