Interface MatrixPath

    • Method Detail

      • addPair

        void addPair​(int queryIdx,
                     int caseIdx,
                     DataObject queryObj,
                     DataObject caseObj,
                     double value)
        Add a pair of indices and corresponding objects.
        Parameters:
        queryIdx -
        caseIdx -
        queryObj -
        caseObj -
        value -
      • reverse

        MatrixPath reverse()
        Reverse the entries in this path.
      • size

        int size()