get_data_dimensions.Rd
Returns a character string, summarizing the number of features and samples in the training, validation, and test data sets.
get_data_dimensions(Xtrain, Xvalid, Xtest, print = TRUE)
Training data matrix or data frame.
Validation data matrix or data frame.
Test data matrix or data frame.
Logical indicating whether or not to print the text summary to the console.
A character string with the text summary of the data dimensions.