skshapes.convolutions.constant_kernel

Constant kernel class.

Functions

constant_1_kernel(*, points[, target_points])

(N, N) matrix of squared distances between points.

Classes

Constant1Kernel(points[, target_points])

A summation operator that stands for torch.ones(N, N).