singularize: Singularize: derive metrics after scores noramlisation and...

View source: R/singularize.R

singularizeR Documentation

Singularize: derive metrics after scores noramlisation and eventual stacking

Description

Prepare from weirds normalized/stacked metric

Usage

singularize(
  strangerObject,
  methods = c("norm", "rank"),
  stacks = c("max", "avg", "min", "damavg", "pruavg"),
  prefix = "N_anom",
  ...
)

Arguments

strangerObject

stranger object (before singularization)

methods

normalisation method to be used (several possible)

stacks

stacking methods to be used (several possible)

prefix

prefix string to be used for new columns names


welovedatascience/stranger documentation built on Oct. 12, 2022, 10:52 p.m.