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

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

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

Classes in be.hogent.tarsos.util that implement KernelDensityEstimate.Kernel
static class KernelDensityEstimate.GaussianKernel
          A Gaussian kernel function.
static class KernelDensityEstimate.RectangularKernel
          A rectangular kernel function.
 

Constructors in be.hogent.tarsos.util with parameters of type KernelDensityEstimate.Kernel
KernelDensityEstimate(KernelDensityEstimate.Kernel kernel, int size)