Class TableConverter


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

      • TableConverter

        public TableConverter​(Relation table)
    • Method Detail

      • 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)