vaeac_compute_normalization {shapr} | R Documentation |
Compute Featurewise Means and Standard Deviations
Description
Returns the means and standard deviations for all continuous features in the data set.
Categorical features get mean = 0
and sd = 1
by default.
Usage
vaeac_compute_normalization(data, one_hot_max_sizes)
Arguments
data |
A torch_tensor of dimension |
one_hot_max_sizes |
A torch tensor of dimension |
Value
List containing the means and the standard deviations of the different features.
Author(s)
Lars Henry Berge Olsen
[Package shapr version 1.0.4 Index]