Interface AbstractKernelDensityPlotter.KernelFigure
- Enclosing class:
AbstractKernelDensityPlotter
Encapsulates the details of smoothing kernel construction.
-
Method Summary
Modifier and TypeMethodDescriptioncreateKernel
(Kernel1dShape shape, Axis xAxis, boolean xLog) Creates a kernel1d smoothing function for use on a given axis.getReportMap
(boolean xLog, double dlo, double dhi) Returns report items specific to the way this kernel has operated.
-
Method Details
-
createKernel
Creates a kernel1d smoothing function for use on a given axis.- Parameters:
shape
- kernel shapexAxis
- axis on which samples occurxLog
- true for logarithmic x axis, false for linear- Returns:
- kernel
-
getReportMap
Returns report items specific to the way this kernel has operated.- Parameters:
xLog
- true for logarithmic x axis, false for lineardlo
- lower data bound of axisdhi
- upper data bound of axis- Returns:
- report map, may be null
-