Interface SMListDTWWeighted

All Superinterfaces:
SimilarityMeasure, SMListDP, SMListDTW, SMListWeighted
All Known Implementing Classes:
SMListDTWWeightedImpl

public interface SMListDTWWeighted extends SMListDTW, SMListWeighted
The SMListDTWWeighted falls back on the SMListDTW and uses its localSimilarities. If these lie in a special interval, they can be weighted differently. Thus, for example, low similarity values should be penalized more and high similarity values should be weighted less.
Author:
Justin Weich, Alexander Schultheis