|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hackystat.projectbrowser.page.trajectory.dtw.constraint.AbstractConstraintFunction
public abstract class AbstractConstraintFunction
Defines the constraint function.
Constructor Summary | |
---|---|
AbstractConstraintFunction()
|
Method Summary | |
---|---|
abstract java.awt.geom.Point2D |
doStep(java.awt.geom.Point2D position,
double[][] costMatrix,
AbstractConstraintFunction constraints)
Performs the next step given the cost matrix, current position and step function. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractConstraintFunction()
Method Detail |
---|
public abstract java.awt.geom.Point2D doStep(java.awt.geom.Point2D position, double[][] costMatrix, AbstractConstraintFunction constraints)
position
- the current position.costMatrix
- the cost matrix.constraints
- the constraints set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |