Interface MatrixAbstraction<E>

    • Method Detail

      • getAllGeqForColumn

        java.util.Collection<E> getAllGeqForColumn​(E e)
      • getAllGeqForColumn

        java.util.Collection<E> getAllGeqForColumn​(int col)
      • getAllGeqForColumns

        java.util.Collection<E> getAllGeqForColumns​(java.util.Collection<E> e)
      • getAllGeqForColumns

        java.util.Collection<E> getAllGeqForColumns​(int[] cols)
      • getAllGeqForRow

        java.util.Collection<E> getAllGeqForRow​(E e)
      • getAllGeqForRow

        java.util.Collection<E> getAllGeqForRow​(int row)
      • getAllGeqForRows

        java.util.Collection<E> getAllGeqForRows​(java.util.Collection<E> e)
      • getAllGeqForRows

        java.util.Collection<E> getAllGeqForRows​(int[] rows)
      • getAllGEQThreshold

        java.util.Collection<org.processmining.framework.util.Pair<E,​E>> getAllGEQThreshold()
      • getAllIndicesGeqForRow

        int[] getAllIndicesGeqForRow​(int row)
      • getAllIndicesGeqForColumn

        int[] getAllIndicesGeqForColumn​(int column)
      • getAllLessThanThreshold

        java.util.Collection<org.processmining.framework.util.Pair<E,​E>> getAllLessThanThreshold()
      • getMatrix

        double[][] getMatrix()
      • getNumberOfColumns

        int getNumberOfColumns()
      • getNumberOfRows

        int getNumberOfRows()
      • getRow

        double[] getRow​(int row)
      • getThreshold

        double getThreshold()
      • getValue

        double getValue​(E row,
                        E col)
      • getValue

        double getValue​(int row,
                        int col)
      • holds

        boolean holds​(E r,
                      E c)
      • holds

        boolean holds​(int r,
                      int c)