Zurück zu den Modellen
Transformer (Pairwise Panel)

ConstantPwTrafoPanel

Pairwise panel transformer that always returns a constant value.

Schnellstart

python
from sktime.dists_kernels.dummy import ConstantPwTrafoPanel

estimator = ConstantPwTrafoPanel(constant=0)

Parameter(1)

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