HeatmapKernelΒΆ

Enumeration HeatmapKernelExperimental

Experimental. May be changed in the future without notice.

Available kernels for heatmap calculation. The kernel defines the falloff function from the center of a data point towards it's maximum impact range.

Enumeration Members

Enumeration Members

CUBIC_HERMITE: 3

Uses a cubic hermite spline (smoothstep) to ease from maximum density to 0.

GAUSSIAN: 1

Implements a gaussian function (bell curve, normal distribution) with a=1, b=0, c=1/3

LINEAR: 0

Density falls of consistently over the whole range.

TOPHAT: 2

Full density everywhere in range, with a sharp cut to 0 at range.