Interface SMListDTW
-
- All Superinterfaces:
SimilarityMeasure
,SMListDP
- All Known Subinterfaces:
SMGraphDTW
- All Known Implementing Classes:
SMGraphDTWImpl
,SMListDTWImpl
public interface SMListDTW extends SMListDP
-
-
Field Summary
Fields Modifier and Type Field Description static String
NAME
Name of similarity measure is "ListDTW".-
Fields inherited from interface de.uni_trier.wi2.procake.similarity.SimilarityMeasure
COMPONENT, COMPONENT_KEY, LOG_ORDER_NAME_NOT_FOUND
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DTW
getCalcInstance()
double
getValBelowZero()
void
setValBelowZero(double val)
Set the stretching factor to 1 + val.-
Methods inherited from interface de.uni_trier.wi2.procake.similarity.SimilarityMeasure
compute, getDataClass, getName, getSystemName, isForceOverride, isReusable, setForceOverride
-
Methods inherited from interface de.uni_trier.wi2.procake.similarity.base.collection.SMListDP
getDataSimilarityToUse, getForceAlignmentEndsWithQuery, getHalvingDistancePercentage, getLocalSimilarityToUse, setDataSimilarityToUse, setForceAlignmentEndsWithQuery, setHalvingDistancePercentage, setLocalSimilarityToUse, setNormScore
-
-
-
-
Field Detail
-
NAME
static final String NAME
Name of similarity measure is "ListDTW".- See Also:
- Constant Field Values
-
-
Method Detail
-
getValBelowZero
double getValBelowZero()
-
setValBelowZero
void setValBelowZero(double val)
Set the stretching factor to 1 + val.- Parameters:
val
-
-
getCalcInstance
DTW getCalcInstance()
-
-