Interface ICostMatrix

  • All Known Implementing Classes:
    WindowMatrix

    public interface ICostMatrix
    Interface for classes used to store costs associated with warping paths that traverse through given points.
    Author:
    Thomas Abeel, Stan Salvador, stansalvador@hotmail.com, refactored by Dustin Kempton, Data Mining Lab, Georgia State University
    • Method Detail

      • put

        void put​(int i,
                 int j,
                 double cost)
        Parameters:
        i -
        j -
        d -
      • get

        double get​(int i,
                   int j)
      • size

        int size()