Package org.hackystat.projectbrowser.page.trajectory.dtw

Provides the simple DTW Implementation.

See:
          Description

Class Summary
DTWAlignment Envelope for the DTW transform.
DTWFactory Does DTW alignment.
DTWUtilFactory Provide implementation of various computational methods for the DTW.
EuclideanDistance The Euclidean distance implementation.
TestDTWFactory Test the basic DTW recursion.
TestDTWUtilFactory Test the DTW utilities.
TestEuclideanDistance Tests the Euclidean distance.
 

Exception Summary
DTWException The DTW package-specific exception.
 

Package org.hackystat.projectbrowser.page.trajectory.dtw Description

Provides the simple DTW Implementation.