|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@Equality public static interface AbstractKernelDensityPlotter.KernelFigure
Encapsulates the details of smoothing kernel construction.
Method Summary | |
---|---|
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. |
Method Detail |
---|
Kernel1d createKernel(Kernel1dShape shape, Axis xAxis, boolean xLog)
shape
- kernel shapexAxis
- axis on which samples occurxLog
- true for logarithmic x axis, false for linear
ReportMap 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 axis
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |