Package | Description |
---|---|
be.tarsos.util |
Utility classes for string handling, logging, configuration, some DSP tasks.
|
Modifier and Type | Class and Description |
---|---|
static class |
KernelDensityEstimate.Cosine |
static class |
KernelDensityEstimate.Overlap |
Modifier and Type | Method and Description |
---|---|
double |
KernelDensityEstimate.optimalCorrelation(KernelDensityEstimate.KDECorrelation correlationMeasure,
KernelDensityEstimate other)
Calculates the optimal correlation between two Kernel Density Estimates
by shifting and searching for optimal correlation.
|
int |
KernelDensityEstimate.shiftForOptimalCorrelation(KernelDensityEstimate.KDECorrelation correlationMeasure,
KernelDensityEstimate other)
Calculates how much the other KernelDensityEstimate needs to be shifted
for optimal correlation.
|