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

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

public class TestEuclideanDistance
extends java.lang.Object

Tests the Euclidean distance.

Author:
Pavel Senin.

Constructor Summary
TestEuclideanDistance()
           
 
Method Summary
 void testPointDistance()
          Test the distance between single points.
 void testSeriesDistance()
          Test the distance between two series.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestEuclideanDistance

public TestEuclideanDistance()
Method Detail

testPointDistance

public void testPointDistance()
                       throws DTWException
Test the distance between single points.

Throws:
DTWException - If error occures.

testSeriesDistance

public void testSeriesDistance()
                        throws DTWException
Test the distance between two series.

Throws:
DTWException - If error occures.