Samples data points from a list based on a center point and a kernel. Parameters: - data: List of data points to sample from. - point: Center point as a float between 0 and 1. - kernel: List of integers representing the multipliers for each data point around
(data: list[S], point: float, kernel: list[int], border: '"wrap" | "cut" | "bunch"')
source not stored for this graph (policy: none)