@Equality public static interface AbstractKernelDensityPlotter.KernelFigure
Modifier and Type | Method and Description |
---|---|
Kernel1d |
createKernel(Kernel1dShape shape,
Axis xAxis,
boolean xLog)
Creates a kernel1d smoothing function for use on a given axis.
|
ReportMap |
getReportMap(boolean xLog,
double dlo,
double dhi)
Returns report items specific to the way this kernel has operated.
|
Kernel1d createKernel(Kernel1dShape shape, Axis xAxis, boolean xLog)
shape
- kernel shapexAxis
- axis on which samples occurxLog
- true for logarithmic x axis, false for linearReportMap getReportMap(boolean xLog, double dlo, double dhi)
xLog
- true for logarithmic x axis, false for lineardlo
- lower data bound of axisdhi
- upper data bound of axisCopyright © 2025 Central Laboratory of the Research Councils. All Rights Reserved.