View source: R/score_autoscaling.R
mk_autoscale_function | R Documentation |
Create a function that transforms a current (multi-dimensional) score into a boxcox normalized one
mk_autoscale_function(
batch_container,
scoring,
random_perm,
use_boxcox = TRUE,
sample_attributes_fixed = FALSE
)
batch_container |
An instance of BatchContainer. |
scoring |
A named |
random_perm |
Number of random sample permutations for the estimation of the scaling params. |
use_boxcox |
Logical; if TRUE and the |
sample_attributes_fixed |
Logical; if FALSE, simulate a shuffle function that alters sample attributes at each iteration. |
The transformation function for a new score vector
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.