data.scaler | R Documentation |
This dataset contains the means and standard deviations of the 10,000,000 datasets for training Pre-Trained Deep Neural Network (DNN), which can be used to determine the number of factors.
A list
containing two vector
s, each of length 54:
A numeric vector representing the means of the 54 features extracted from the 10,000,000 datasets.
A numeric vector representing the standard deviations of the 54 features extracted from the 10,000,000 datasets.
DNN_predictor, load_scaler, data.datasets, normalizor
data(data.scaler)
print(data.scaler)
data.scaler <- load_scaler()
print(data.scaler)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.