composite

@NotNull
open fun composite(@NotNull scalers: Array<@NotNull ModelScaler>): @NotNull ModelScaler

Gets the composited scaler (a * b)

Return

composited scaler

Parameters

scalers

scalers


@NotNull
open fun composite(@NotNull scaler: @NotNull ModelScaler): @NotNull ModelScaler

Composites this scaler to another one (a * b)

Return

composited scaler

Parameters

scaler

other