Package qsardes.util

Class UtilsConv

java.lang.Object
qsardes.util.UtilsConv

public class UtilsConv extends Object
Conversion utilities.
  • 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: