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

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

public class TestDTWFactory
extends java.lang.Object

Test the basic DTW recursion.

Author:
Pavel Senin.

Constructor Summary
TestDTWFactory()
           
 
Method Summary
 void runBefore()
          Set up and some visual info.
 void testBasicDTW()
          Tests euclidean distance.
 void testEuclideanDistance()
          Tests euclidean distance.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestDTWFactory

public TestDTWFactory()
Method Detail

runBefore

public void runBefore()
Set up and some visual info.


testEuclideanDistance

public void testEuclideanDistance()
                           throws DTWException
Tests euclidean distance.

Throws:
DTWException - if error occures.

testBasicDTW

public void testBasicDTW()
                  throws DTWException
Tests euclidean distance.

Throws:
DTWException - if error occures.