Package qsardes.util
Class UtilsConv
java.lang.Object
qsardes.util.UtilsConv
Conversion utilities.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondouble[][]convert_to_double(int[][] matrix) Convert a matrix of integers to a matrix of doubles.
-
Constructor Details
-
UtilsConv
public UtilsConv()
-
-
Method Details
-
convert_to_double
public double[][] convert_to_double(int[][] matrix) Convert a matrix of integers to a matrix of doubles.- Parameters:
matrix- matrix of integers- Returns:
-