org.hackystat.projectbrowser.page.trajectory.dtw
Class TestDTWUtilFactory

java.lang.Object
  extended by org.hackystat.projectbrowser.page.trajectory.dtw.TestDTWUtilFactory

public class TestDTWUtilFactory
extends java.lang.Object

Test the DTW utilities.

Author:
Pavel Senin

Constructor Summary
TestDTWUtilFactory()
           
 
Method Summary
 void before()
          Set up the test environment.
 void testMean()
          Test the mean calculation.
 void testNormalize()
          Test the time-series normalization.
 void testVariance()
          Test the variance calculation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestDTWUtilFactory

public TestDTWUtilFactory()
Method Detail

before

public void before()
Set up the test environment.


testMean

public void testMean()
Test the mean calculation.


testVariance

public void testVariance()
Test the variance calculation.


testNormalize

public void testNormalize()
Test the time-series normalization.