Interface DTW

  • All Superinterfaces:
    DP
    All Known Implementing Classes:
    DTWImpl

    public interface DTW
    extends DP
    • Method Detail

      • newDTWCalculation

        static DTWImpl newDTWCalculation​(DataObject[] queryRes,
                                         DataObject[] caseRes)
        initiate a new DTW Calculation on query and case tasks.
        Parameters:
        queryRes - the query.
        caseRes - the case.
        Returns:
        A new DTWImpl for calculation.
      • setStretchSim

        void setStretchSim​(double valBelowZero)
        Set the stretching factor to be used for local similarities.
        Parameters:
        valBelowZero - The local sims will be mapped to the interval [-valBelowZero, 1]