All Superinterfaces:
SimilarityMeasure, SMListDP
All Known Subinterfaces:
SMGraphDTW, SMListDTWWeighted
All Known Implementing Classes:
SMGraphDTWImpl, SMListDTWImpl, SMListDTWWeightedImpl

public interface SMListDTW extends SMListDP
  • Field Details

  • Method Details

    • getValBelowZero

      double getValBelowZero()
    • setValBelowZero

      void setValBelowZero(double val)
      Set the stretching factor to 1 + val.
      Parameters:
      val -
    • getCalcInstance

      DTW getCalcInstance()