Interface AbstractKernelDensityPlotter.KernelFigure
- Enclosing class:
AbstractKernelDensityPlotter
Encapsulates the details of smoothing kernel construction.
- Since:
- 17 Feb 2015
- Author:
- Mark Taylor
-
Method Summary
Modifier and TypeMethodDescriptioncreateKernel(Kernel1dShape shape, Axis xAxis) Creates a kernel1d smoothing function for use on a given axis.getReportMap(Axis xAxis) 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 occur- Returns:
- kernel
-
getReportMap
-