returns formatted input.
If specified, the uncalibrated input is mapped to the [0;1] range using scaling (scale_me
) or transforming (transform_me
)
format_values(cases, control, input, min = NULL, max = NULL, mean = NULL)
instances from class 1
instances from class 0
single integer (0, 1 or 2). specify if the input should be formatted (=0), formatted and scaled (=1) or formatted and transformed (=2)
min value of the original data set, default=calculated on input
max value of the original data set, default=calculated on input
mean value of the original data set, default=calculated on input
list object with the following components:
formatted input. If input
is set to 1 (2), the input is additionally scaled (transformed) using the
method scale_me
(transform_me
)
minimum value among all instances
maximum value among all instances
mean value among all instances