Package | Description |
---|---|
org.openimaj.math.statistics.distribution | |
org.openimaj.math.statistics.distribution.kernel |
Constructor and Description |
---|
MultivariateKernelDensityEstimate(double[][] data,
UnivariateKernel kernel,
double bandwidth)
Construct with the given data, kernel and bandwidth
|
MultivariateKernelDensityEstimate(List<double[]> data,
UnivariateKernel kernel,
double bandwidth)
Construct with the given data, kernel and bandwidth
|
Modifier and Type | Class and Description |
---|---|
class |
StandardUnivariateKernels
Standard univariate (1-d) kernel (window) implementations
|