MRP.MRPDataVisualisationHelper

class MRPDataVisualisationHelper.SquareRootScale(*args: Any, **kwargs: Any)

ScaleBase class for generating square root scale.

class InvertedSquareRootTransform(*args: Any, **kwargs: Any)
has_inverse

True if this transform has a corresponding inverse transform.

input_dims = 1

The number of input dimensions of this transform. Must be overridden (with integers) in the subclass.

is_separable = True

True if this transform is separable in the x- and y- dimensions.

output_dims = 1

The number of output dimensions of this transform. Must be overridden (with integers) in the subclass.

class SquareRootTransform(*args: Any, **kwargs: Any)
has_inverse

True if this transform has a corresponding inverse transform.

input_dims = 1

The number of input dimensions of this transform. Must be overridden (with integers) in the subclass.

is_separable = True

True if this transform is separable in the x- and y- dimensions.

output_dims = 1

The number of output dimensions of this transform. Must be overridden (with integers) in the subclass.