Uses of Class
org.hackystat.projectbrowser.page.trajectory.dtw.DTWAlignment

Packages that use DTWAlignment
org.hackystat.projectbrowser.page.trajectory.dtw Provides the simple DTW Implementation. 
 

Uses of DTWAlignment in org.hackystat.projectbrowser.page.trajectory.dtw
 

Methods in org.hackystat.projectbrowser.page.trajectory.dtw that return DTWAlignment
static DTWAlignment DTWFactory.doDTW(double[][] query, double[][] template, java.lang.String stepPattern)
          Performs the alignment of two timeseries.