|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hackystat.projectbrowser.page.trajectory.dtw.step.AbstractStepFunction
public abstract class AbstractStepFunction
Defines the stepfunction for the DTW.
Constructor Summary | |
---|---|
AbstractStepFunction()
|
Method Summary | |
---|---|
abstract java.awt.Point |
doStep(java.awt.Point position,
double[][] costMatrix,
AbstractConstraintFunction constraints)
Calculates the next step given the cost matrix and constraints. |
abstract double[][] |
getCostMatrix(double[][] distanceMatrix)
Get the local cost matrix using the step function. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractStepFunction()
Method Detail |
---|
public abstract java.awt.Point doStep(java.awt.Point position, double[][] costMatrix, AbstractConstraintFunction constraints)
position
- the current position.costMatrix
- the distance matrix.constraints
- the constraints function.
public abstract double[][] getCostMatrix(double[][] distanceMatrix)
distanceMatrix
- The distance matrix to use.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |