skshapes.convolutions.linear_operator.LinearOperator

class skshapes.convolutions.linear_operator.LinearOperator(matrix, input_scaling=None, output_scaling=None)

Bases: object

A simple wrapper for scaled linear operators.

Parameters:
  • matrix – The matrix to wrap.

  • input_scaling – _description_

  • output_scaling – _description_

__init__(matrix, input_scaling=None, output_scaling=None)

Class constructor.

Methods

__init__(matrix[, input_scaling, output_scaling])

Class constructor.

Attributes

T

Transpose the kernel.

shape

Shape of the kernel.

property T

Transpose the kernel.

property shape

Shape of the kernel.