edges_cal.modelling.LogTransform

class edges_cal.modelling.LogTransform(*, scale: float = 1.0)[source]

A transform that takes the logarithm of the input.

Methods

__init__(*[, scale])

Method generated by attrs for class LogTransform.

get(model)

Get a ModelTransform class.

transform(x)

Transform the coordinates.

Attributes

scale