|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hackystat.projectbrowser.page.trajectory.dtw.DTWFactory
public class DTWFactory
Does DTW alignment.
Constructor Summary | |
---|---|
DTWFactory()
|
Method Summary | |
---|---|
static DTWAlignment |
doDTW(double[][] query,
double[][] template,
java.lang.String stepPattern)
Performs the alignment of two timeseries. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DTWFactory()
Method Detail |
---|
public static DTWAlignment doDTW(double[][] query, double[][] template, java.lang.String stepPattern) throws DTWException
query
- the query series.template
- the template series.stepPattern
- the step pattern to use.
DTWException
- if error occures.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |