Class ModelXY

    • Constructor Detail

      • ModelXY

        public ModelXY()
      • ModelXY

        public ModelXY​(int rows,
                       int colsX,
                       int colsY)
      • ModelXY

        public ModelXY​(Matrix x,
                       Matrix y)
        Parameters:
        x -
        y -
      • ModelXY

        public ModelXY​(java.util.List<XY> li)
      • ModelXY

        public ModelXY​(ModelXY dataXY)
        Deep copy constructor
        Parameters:
        dataXY -
    • Method Detail

      • deepCopy

        public void deepCopy​(ModelXY source)
      • size

        public int size()
        Returns:
        rows in X.
      • getAsList

        public java.util.List<XY> getAsList()
        Returns:
        Deep copy.
      • toIntegerListX

        public java.util.List<int[]> toIntegerListX()
      • getSortedByY

        public ModelXY getSortedByY​(int colY)