Identity#

class skfda.misc.operators.Identity(*args, **kwargs)[source]#

Identity operator.

Linear operator that returns its input.

\[Ix = x\]

Can be applied to both functional and multivariate data.

Methods