|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.hogent.tarsos.util.KernelDensityEstimate.RectangularKernel
public static class KernelDensityEstimate.RectangularKernel
A rectangular kernel function.
Constructor Summary | |
---|---|
KernelDensityEstimate.RectangularKernel(double kernelWidth)
|
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.RectangularKernel(double kernelWidth)
Method Detail |
---|
public double value(int index)
KernelDensityEstimate.Kernel
value
in interface KernelDensityEstimate.Kernel
index
- 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 |