|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.hogent.tarsos.util.KernelDensityEstimate.GaussianKernel
public static class KernelDensityEstimate.GaussianKernel
A Gaussian kernel function.
| Constructor Summary | |
|---|---|
KernelDensityEstimate.GaussianKernel(double kernelWidth)
Construct a kernel with a defined width. |
|
| Method Summary | |
|---|---|
int |
size()
The size of the kernel. |
double |
value(int index)
Fetch the value for the kernel at a certain index. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public KernelDensityEstimate.GaussianKernel(double kernelWidth)
kernelWidth - The width of the kernel.| Method Detail |
|---|
public double value(int index)
KernelDensityEstimate.Kernel
value in interface KernelDensityEstimate.Kernelindex - The index of the previously computed value.
public int size()
KernelDensityEstimate.Kernel
size in interface KernelDensityEstimate.Kernel
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||