singularize
derives normalized/standardized versions of different weirds contained in a stranger object so that they are directly comparable and then propose various aggregated measures (stacking).
singularize(strangerObject, methods = c("norm", "rank"), stacks = c("max",
"avg", "min", "damavg", "pruavg"), prefix = "N_anom", ...)
An object build with stranger
or strangest
character vector of standardization methods: norm (normalize) and rank (ranking version). By default, both methods are used.
character vectors of stacked versions. Note that some methods require more than 2 weirds metrics to be used
default prefix used to name generated new metrics
Additional parameters - Currently not used.