Package | Description |
---|---|
be.tarsos.util |
Utility classes for string handling, logging, configuration, some DSP tasks.
|
Modifier and Type | Class and Description |
---|---|
static class |
KernelDensityEstimate.GaussianKernel
A Gaussian kernel function.
|
static class |
KernelDensityEstimate.RectangularKernel
A rectangular kernel function.
|
Modifier and Type | Field and Description |
---|---|
protected KernelDensityEstimate.Kernel |
KernelDensityEstimate.kernel |
Constructor and Description |
---|
KernelDensityEstimate(KernelDensityEstimate.Kernel kernel,
double[] accumulator) |
KernelDensityEstimate(KernelDensityEstimate.Kernel kernel,
int size) |