Back to models
Transformer (Pairwise Panel)

ConstantPwTrafoPanel

Pairwise panel transformer that always returns a constant value.

Quickstart

python
from sktime.dists_kernels.dummy import ConstantPwTrafoPanel

estimator = ConstantPwTrafoPanel(constant=0)

Parameters(1)

constantfloat, optional, default = 0
the constant value that this transformer returns