Class AbstractKernelDensityPlotter

All Implemented Interfaces:
Plotter<AbstractKernelDensityPlotter.KDenseStyle>
Direct Known Subclasses:
FixedKernelDensityPlotter, KnnKernelDensityPlotter

public abstract class AbstractKernelDensityPlotter extends Pixel1dPlotter<AbstractKernelDensityPlotter.KDenseStyle>
Abstract superclass for a plotter that plots something that looks like a kernel density estimate. In fact, for reasons of efficiency and implementation, it's a histogram with pixel-sized bins, but it looks pretty much the same.

Concrete subclasses have to arrange for the details of exactly how kernels are instantiated from a given kernel shape.

Since:
17 Feb 2015
Author:
Mark Taylor