process_features | R Documentation |
Feature processor for EQRN
process_features(
X,
intermediate_q_feature,
intermediate_quantiles = NULL,
X_scaling = NULL,
scale_features = TRUE
)
X |
A covariate matrix. |
intermediate_q_feature |
Whether to use the intermediate |
intermediate_quantiles |
The intermediate conditional quantiles. |
X_scaling |
Existing |
scale_features |
Whether to rescale each input covariates to zero mean and unit variance before applying the network (recommended).
If |
Named list containing:
X_excesses |
the (possibly rescaled and q_feat transformed) covariate matrix, |
X_scaling |
object of class |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.