Uses of Interface
be.hogent.tarsos.util.KernelDensityEstimate.KDECorrelation

Packages that use KernelDensityEstimate.KDECorrelation
be.hogent.tarsos.util Utility classes for string handling, logging, configuration, some DSP tasks. 
 

Uses of KernelDensityEstimate.KDECorrelation in be.hogent.tarsos.util
 

Classes in be.hogent.tarsos.util that implement KernelDensityEstimate.KDECorrelation
static class KernelDensityEstimate.Cosine
           
static class KernelDensityEstimate.Overlap
           
 

Methods in be.hogent.tarsos.util with parameters of type KernelDensityEstimate.KDECorrelation
 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.