data.datasets {EFAfactors} | R Documentation |
Subset Dataset for Training the Pre-Trained Deep Neural Network (DNN)
Description
This dataset is a subset of the full datasets, consisting of 1,000 samples from the original 10,000,000-sample datasets.
Format
A 1,000×55 matrix, where the first 54 columns represent feature values and the last column represents the labels, which correspond to the number of factors associated with the features.
Note
Methods for generating and extracting features from the dataset can be found in DNN_predictor.
See Also
DNN_predictor, load_scaler, data.scaler, normalizor
Examples
data(data.datasets)
head(data.datasets)
[Package EFAfactors version 1.2.3 Index]