skshapes.convolutions.constant_kernel.Constant1Kernel
- class skshapes.convolutions.constant_kernel.Constant1Kernel(points, target_points=None)
Bases:
object
A summation operator that stands for torch.ones(N, N).
- Parameters:
points – The points in the source space.
target_points – The points in the target space.
- __init__(points, target_points=None)
Methods
__init__
(points[, target_points])Attributes
Returns the transpose of the kernel.
- property T
Returns the transpose of the kernel.