scale_adjust function

Adjusts a configuration

Adjusts a configuration

scale_adjust(conf, ref, scale = c("sd", "std", "proc", "none"))

Arguments

  • conf: a configuration
  • ref: a reference configuration (only for scale="proc")
  • scale: Scale adjustment. "std" standardizes each column of the configurations to mean=0 and sd=1, "sd" scales the configuration by the maximum standard devation of any column, "proc" adjusts the fitted configuration to the reference

Returns

The scale adjusted configuration.