public interface IDtwSimilarityFunction extends IConfigurable
| Modifier and Type | Method and Description |
|---|---|
double |
apply(int i1,
int i2,
double time1,
double time2,
Array t1,
Array t2)
if i1 && i2 > 0 => apply distance to indices only else apply to all
elements of array
|
double |
getCompressionWeight() |
double |
getExpansionWeight() |
double |
getMatchWeight() |
boolean |
minimize() |
void |
setCompressionWeight(double d) |
void |
setExpansionWeight(double d) |
void |
setMatchWeight(double d) |
configuredouble apply(int i1,
int i2,
double time1,
double time2,
Array t1,
Array t2)
i1 - i2 - t1 - t2 - double getCompressionWeight()
double getMatchWeight()
double getExpansionWeight()
void setCompressionWeight(double d)
void setMatchWeight(double d)
void setExpansionWeight(double d)
boolean minimize()
Copyright © 2007-2013. All Rights Reserved.