Class TableConverter

java.lang.Object
tech.tablesaw.conversion.TableConverter

public class TableConverter extends Object
A tool for converting a Table or other Relation to a two-dimensional array of numeric primitives.
  • Constructor Details

    • TableConverter

      public TableConverter(Relation table)
  • Method Details

    • doubleMatrix

      public double[][] doubleMatrix()
    • doubleMatrix

      public double[][] doubleMatrix(int... columnIndicies)
    • doubleMatrix

      public double[][] doubleMatrix(String... columnNames)
    • floatMatrix

      public float[][] floatMatrix()
    • floatMatrix

      public float[][] floatMatrix(int... columnIndicies)
    • floatMatrix

      public float[][] floatMatrix(String... columnNames)
    • intMatrix

      public int[][] intMatrix()
    • intMatrix

      public int[][] intMatrix(int... columnIndicies)
    • intMatrix

      public int[][] intMatrix(String... columnNames)