Learn R Programming

EFAfactors (version 1.2.2)

data.datasets: 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.

Arguments

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.

See Also

DNN_predictor, load_scaler, data.scaler, normalizor

Examples

Run this code
data(data.datasets)
head(data.datasets)

Run the code above in your browser using DataLab