Uses of Class
org.hackystat.projectbrowser.page.trajectory.dtw.step.AbstractStepFunction

Packages that use AbstractStepFunction
org.hackystat.projectbrowser.page.trajectory.dtw.step Provides the DTW step functions implementations. 
 

Uses of AbstractStepFunction in org.hackystat.projectbrowser.page.trajectory.dtw.step
 

Subclasses of AbstractStepFunction in org.hackystat.projectbrowser.page.trajectory.dtw.step
 class AsymmetricStepFunction
          Implements symmetric cost function.
 class SymmetricStepFunction
          Implements symmetric cost function.