Class WindowMatrix

  • All Implemented Interfaces:
    ICostMatrix

    public class WindowMatrix
    extends Object
    implements ICostMatrix
    Author:
    Thomas Abeel, Stan Salvador, stansalvador@hotmail.com, refactored by Dustin Kempton, Data Mining Lab, Georgia State University
    • Constructor Detail

      • WindowMatrix

        public WindowMatrix​(ISearchWindow searchWindow)
    • Method Detail

      • put

        public void put​(int col,
                        int row,
                        double value)
        Specified by:
        put in interface ICostMatrix
      • get

        public double get​(int col,
                          int row)
        Specified by:
        get in interface ICostMatrix